Skip to content

Commit

Permalink
fix: token page swap button correct route
Browse files Browse the repository at this point in the history
  • Loading branch information
t8 committed Mar 5, 2021
1 parent 2517096 commit 64a157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/token.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
{/await}
</h1>
<div class="cta">
<Button href="/trade" style="min-width: unset !important">Swap</Button>
<Button href="/swap" style="min-width: unset !important">Swap</Button>
</div>
</div>
<div class="token-body">
Expand Down

0 comments on commit 64a157f

Please sign in to comment.