Skip to content

Commit

Permalink
Update wallet nav (#2023)
Browse files Browse the repository at this point in the history
Use href
  • Loading branch information
harsh-mn-yral authored Nov 24, 2023
1 parent 29ff900 commit 5434557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ onMount(() => {

{#if $splashScreenPopup.show}
<splash-screen
out:fade={{ duration: 500 }}
out:fade|local={{ duration: 500 }}
class="spacy-y-8 absolute z-[15] flex h-full w-full flex-col items-center justify-center space-y-10 bg-black">
<Icon name="hot-or-not-logo" class="h-56 w-56" />
<Icon name="loading" class="h-5 w-5 animate-spin-slow opacity-50" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ onMount(() => getTransactions())
<div class="flex items-center gap-4">
<IconButton
ariaLabel="Go back"
on:click={() => history.back()}
href="/up-down"
iconName="caret-left"
iconClass="text-white w-6 h-6" />
<div class="flex flex-col items-center py-4">
Expand Down

0 comments on commit 5434557

Please sign in to comment.