Skip to content

Commit b77cf45

Browse files
authored
Merge pull request #41 from hql287/tour-window-message
Tour window message
2 parents 4f98370 + fdbb362 commit b77cf45

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Manta",
33
"homepage": "https://manta.life",
44
"productName": "Manta",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "ISC",
77
"description": "Painless invoicing with customizable templates",
88
"author": {

tour/components/slides/Create.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
import Slide from '../Slide';
44

55
const description = `
6-
Manta has a simple yet flexible form interface. It keeps things simple by default but remember you can always toggle additional fields when needed.
6+
Manta has a flexible form interface. It keeps things simple by default but you can always turn on/off additional fields whenever you find necessary.
77
`;
88

99
console.log('__dirname: ', __dirname);
@@ -13,7 +13,7 @@ function Create() {
1313
<Slide
1414
fromColor="#85E5A9"
1515
toColor="#26BB86"
16-
heading="1. Create"
16+
heading="Step 1. Create"
1717
description={description}
1818
imgSrc={path.resolve(__dirname, './imgs/Create.svg')}
1919
imgSize="350px"

tour/components/slides/Preview.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ import path from 'path';
33
import Slide from '../Slide';
44

55
const description = `
6-
Preview your invoice with the beautiful templates built in to Manta. If necessary, you can always cutomize it further to match your brand style.
6+
Manta comes with professional looking templates which can be customized further to match your brand style.
77
`;
88

99
function Preview() {
1010
return (
1111
<Slide
1212
fromColor="#FFD200"
1313
toColor="#F7971E"
14-
heading="2. Preview"
14+
heading="Step 2. Customize"
1515
description={description}
1616
imgSrc={path.resolve(__dirname, './imgs/Preview.svg')}
1717
imgSize="520px"

tour/components/slides/Welcome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
import Slide from '../Slide';
44

55
const description = `
6-
Welcome and thank you for taking the time to try this out. Now, let's learn how you can use Manta to create stunning invoices in under a minute with these 3 simple steps.
6+
Thank you for giving me a try. Let me show you how to create stunning invoices with just 3 simple steps.
77
`;
88

99
function Welcome() {

0 commit comments

Comments
 (0)