Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 13, 2024
1 parent cf7379c commit 20c6d9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/[network]/(account)/resources/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
<ResourceWrapper resourceState={ramState}>
{#if context.network?.supports('rammarket')}
<div class="flex flex-col">
<Button class="text-blue-400" variant="pill" href="/{network}/ram/buy">BUY</Button>
<Button class="text-blue-400" variant="pill" href="/{network}/ram/sell">SELL</Button>
<Button class="text-blue-400" variant="pill" href="/{network}/ram/buy/tokens">BUY</Button>
<Button class="text-blue-400" variant="pill" href="/{network}/ram/sell/tokens"
>SELL</Button
>
</div>
{/if}
</ResourceWrapper>
Expand Down

0 comments on commit 20c6d9a

Please sign in to comment.