Skip to content

Commit

Permalink
Merge pull request #136 from simplitrac/user_tour
Browse files Browse the repository at this point in the history
fixed the joyride tour in the proper client/src
  • Loading branch information
anpaulan authored Sep 9, 2024
2 parents 14693ac + 4418584 commit 0632a90
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions client/src/components/JoyRideTour.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ const steps = [
target: '.chakra-container',
content: 'This is your main dashboard where you can view and manage your expenses.',
},
{
target: '.expenses-table',
content: 'Here you can manually enter your expenses or view your recent transactions.',
},
{
target: '[data-tour="scan-receipt"]',
content: 'Use our intuitive AI-driven camera to snap pictures of your receipts and record expenses instantly.',
},
{
content: 'This is your main dashboard where you can view, manage and manually enter your expenses.',
},
{
target: '[data-tour="scan-receipt"]',
content: 'Use our intuitive AI-driven camera to snap pictures of your receipts and record expenses instantly.',
Expand All @@ -33,8 +22,9 @@ const steps = [
content: 'Easily modify or correct any of your recorded expenses here.',
},
{
target: '[data-tour="expense-chart"]',
content: 'View a detailed breakdown of your spending habits with our interactive chart feature.',
target: 'body',
content: 'Be sure to check your achievements tab to see how you rank among other users and earn badges while maintaining financial peace of mind!',
placement: 'center',
},
];
const JoyrideTour = () => {
Expand Down

0 comments on commit 0632a90

Please sign in to comment.