Skip to content

Commit

Permalink
Update tours page
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Feb 21, 2021
1 parent 12d2a0b commit 4eae8ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/pages/dashboard/tours.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export default Vue.extend({
app_name: process.env.APP_NAME,
tours: [
{
name: 'Getting started: Your first profile',
description: 'Learn how to create your first Singlelink, add your first link, and publish your profile.',
url: '/dashboard?tour=sl-101',
completed: '10/29/20'
name: 'Singlelink 101 - Creating your first link',
description: 'Learn how to add your first link to your Singlelink profile!',
url: '/dashboard?tour=sl-101-01',
//completed: '10/29/20'
},
{
/*{
name: 'Customization: Entrance to your appearance panel',
description: 'Learn the basics of customizing your profile with our appearance panel and custom link css.',
url: '/dashboard/appearance?tour=custom-101',
Expand All @@ -48,7 +48,7 @@ export default Vue.extend({
description: 'Learn advanced techniques for styling your profile using custom HTML/CSS.',
url: '/dashboard/appearance?tour=custom-102',
completed: false
}
}*/
]
};
}
Expand Down

0 comments on commit 4eae8ec

Please sign in to comment.