Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: change link on onboarding success page to go to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 28, 2024
1 parent 1257e5e commit 544b75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/onboarding/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export function Success() {
.
</p>

<Link to="/wallet" className="flex justify-center mt-8">
<Button>Go to your wallet</Button>
<Link to="/home" className="flex justify-center mt-8">
<Button>Go to your dashboard</Button>
</Link>
</div>
);
Expand Down

0 comments on commit 544b75d

Please sign in to comment.