Skip to content

Commit

Permalink
updated preview & save slide
Browse files Browse the repository at this point in the history
+ Change BG color
+ Update illustration
  • Loading branch information
hql287 committed Dec 5, 2017
1 parent e9b9d61 commit a39e179
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions tour/components/slides/Preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Manta comes with professional looking templates which can be customized further
function Preview() {
return (
<Slide
fromColor="#FFD200"
toColor="#F7971E"
inverted
fromColor="#5691c8"
toColor="#457fca"
heading="Step 2. Customize"
description={description}
imgSrc={path.resolve(__dirname, './imgs/Preview.svg')}
Expand Down
7 changes: 3 additions & 4 deletions tour/components/slides/Save.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ const description = `
function Save() {
return (
<Slide
inverted
fromColor="#E52D27"
toColor="#B31217"
fromColor="#FFD200"
toColor="#F7971E"
heading="3. Save"
description={description}
imgSrc={path.resolve(__dirname, './imgs/Save.svg')}
imgSize="360px"
imgSize="460px"
/>
);
}
Expand Down
Loading

0 comments on commit a39e179

Please sign in to comment.