File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ Manta comes with professional looking templates which can be customized further
99function Preview ( ) {
1010 return (
1111 < Slide
12- fromColor = "#FFD200"
13- toColor = "#F7971E"
12+ inverted
13+ fromColor = "#5691c8"
14+ toColor = "#457fca"
1415 heading = "Step 2. Customize"
1516 description = { description }
1617 imgSrc = { path . resolve ( __dirname , './imgs/Preview.svg' ) }
Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ const description = `
99function Save ( ) {
1010 return (
1111 < Slide
12- inverted
13- fromColor = "#E52D27"
14- toColor = "#B31217"
12+ fromColor = "#FFD200"
13+ toColor = "#F7971E"
1514 heading = "3. Save"
1615 description = { description }
1716 imgSrc = { path . resolve ( __dirname , './imgs/Save.svg' ) }
18- imgSize = "360px "
17+ imgSize = "460px "
1918 />
2019 ) ;
2120}
You can’t perform that action at this time.
0 commit comments