Skip to content

Commit

Permalink
Site setup: update image and text (#94135)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoigal authored Sep 3, 2024
1 parent 244c93d commit 3391dd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
getAssemblerDesign,
themesIllustrationImage,
assemblerIllustrationImage,
assemblerIllustrationV2Image,
hiBigSky,
} from '@automattic/design-picker';
import { StepContainer } from '@automattic/onboarding';
Expand Down Expand Up @@ -89,8 +89,10 @@ const DesignChoicesStep: Step = ( { navigation, flow, stepName } ) => {
<DesignChoice
className="design-choices__design-your-own"
title={ translate( 'Design your own' ) }
description={ translate( 'Design your site with patterns, pages, styles.' ) }
imageSrc={ assemblerIllustrationImage }
description={ translate(
'Start from scratch, designing your site with patterns, pages, and styles.'
) }
imageSrc={ assemblerIllustrationV2Image }
destination="pattern-assembler"
onSelect={ handleSubmit }
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 340px;
width: 310px;
max-width: unset;
padding: 32px 18px 28px;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/design-picker/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { default } from './components';
export { default as themesIllustrationImage } from './components/assets/images/themes-illustration.png';
export { default as assemblerIllustrationImage } from './components/assets/images/assembler-illustration.png';
export { default as assemblerIllustrationV2Image } from './components/assets/images/assembler-illustration-v2.png';
export { default as hiBigSky } from './components/assets/images/hi-big-sky.png';
export { default as bigSkyModalHeader } from './components/assets/images/big-sky-interstitial-800.png';
export { default as FeaturedPicksButtons } from './components/featured-picks-buttons';
Expand Down

0 comments on commit 3391dd4

Please sign in to comment.