Skip to content

Commit

Permalink
Added placeholder for no transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Feb 4, 2024
1 parent d5a87ad commit 33352a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/wallet/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
</div>
{/each}
</div>
{:else}
<div class="notx">
<h3>No transactions</h3>
</div>
{/if}
</div>
</div>
Expand Down Expand Up @@ -195,4 +199,7 @@
.unconfirmed {
color: var(--alert-color);
}
.notx {
padding: 30px;
}
</style>

0 comments on commit 33352a8

Please sign in to comment.