Skip to content

Commit

Permalink
Merge pull request #115 from newfold-labs/fix/PRESS2-395-remove-desig…
Browse files Browse the repository at this point in the history
…n-themes-step

remove design themes for ecommerce flow
  • Loading branch information
arunshenoy99 authored Dec 8, 2022
2 parents c0da674 + 67953c9 commit d6b60e0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/OnboardingSPA/data/routes/default-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,23 +366,23 @@ export const steps = [
},
},
},
{
path: '/wp-setup/step/design/themes',
title: __( 'Themes', 'wp-module-onboarding' ),
heading: __( "Let's make you look your best", 'wp-module-onboarding' ),
subheading: __(
'Find a WordPress Theme to present polished and compelling.',
'wp-module-onboarding'
),
description: __(
'Your Theme is the starting place for layout and design, setting the tone for your site. Keep it for years or change and swap as you grow.',
'wp-module-onboarding'
),
Component: StepDesignThemes,
Icon: brush,
priority: 140,
VIEW: VIEW_DESIGN_THEMES,
},
// {
// path: '/wp-setup/step/design/themes',
// title: __( 'Themes', 'wp-module-onboarding' ),
// heading: __( "Let's make you look your best", 'wp-module-onboarding' ),
// subheading: __(
// 'Find a WordPress Theme to present polished and compelling.',
// 'wp-module-onboarding'
// ),
// description: __(
// 'Your Theme is the starting place for layout and design, setting the tone for your site. Keep it for years or change and swap as you grow.',
// 'wp-module-onboarding'
// ),
// Component: StepDesignThemes,
// Icon: brush,
// priority: 140,
// VIEW: VIEW_DESIGN_THEMES,
// },
{
path: '/wp-setup/step/design/theme-styles/menu',
title: __( 'Theme Styles', 'wp-module-onboarding' ),
Expand Down Expand Up @@ -638,7 +638,7 @@ export const initialTopSteps = () => {

const designStep = {
/* This is a fake step to stand-in for all Design steps and does not have a Component to render */
path: '/wp-setup/step/design/themes',
path: '/wp-setup/step/design/theme-styles/menu',
title: __( 'Design', 'wp-module-onboarding' ),
description: '',
Icon: brush,
Expand Down

0 comments on commit d6b60e0

Please sign in to comment.