Skip to content

Commit

Permalink
fix: fixed send button url on home page (#173) (#174)
Browse files Browse the repository at this point in the history
closes issue #172

Co-authored-by: Daniel Fugere <[email protected]>
  • Loading branch information
aaroncox and dafuga authored Oct 14, 2023
1 parent 58d6d0f commit af1b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/row.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
const url = derived(token, ($token) => {
if ($token) {
return `/transfer/${String($token.contract).toLowerCase()}/${String(
return `/send/${String($token.contract).toLowerCase()}/${String(
$token.name
).toLowerCase()}`
}
Expand Down

0 comments on commit af1b621

Please sign in to comment.