Skip to content

Commit

Permalink
Merge pull request #41 from hql287/tour-window-message
Browse files Browse the repository at this point in the history
Tour window message
  • Loading branch information
hql287 authored Dec 3, 2017
2 parents 4f98370 + fdbb362 commit b77cf45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Manta",
"homepage": "https://manta.life",
"productName": "Manta",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"description": "Painless invoicing with customizable templates",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions tour/components/slides/Create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import Slide from '../Slide';

const description = `
Manta has a simple yet flexible form interface. It keeps things simple by default but remember you can always toggle additional fields when needed.
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.
`;

console.log('__dirname: ', __dirname);
Expand All @@ -13,7 +13,7 @@ function Create() {
<Slide
fromColor="#85E5A9"
toColor="#26BB86"
heading="1. Create"
heading="Step 1. Create"
description={description}
imgSrc={path.resolve(__dirname, './imgs/Create.svg')}
imgSize="350px"
Expand Down
4 changes: 2 additions & 2 deletions tour/components/slides/Preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import path from 'path';
import Slide from '../Slide';

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

function Preview() {
return (
<Slide
fromColor="#FFD200"
toColor="#F7971E"
heading="2. Preview"
heading="Step 2. Customize"
description={description}
imgSrc={path.resolve(__dirname, './imgs/Preview.svg')}
imgSize="520px"
Expand Down
2 changes: 1 addition & 1 deletion tour/components/slides/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import Slide from '../Slide';

const description = `
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.
Thank you for giving me a try. Let me show you how to create stunning invoices with just 3 simple steps.
`;

function Welcome() {
Expand Down

0 comments on commit b77cf45

Please sign in to comment.