Skip to content

Commit

Permalink
fix separator for nft lists
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 25, 2023
1 parent ab7759e commit 7409a28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@
{/if}
{/each}
</div>
{#if nfts.length > 1}
<div class="h-sep my-[30px]" />
{/if}
{/if}
</div>
<div class="h-sep my-[30px]" />
{/each}
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@
{/if}
{/each}
</div>
{#if nfts.length > 1}
<div class="h-sep my-[30px]" />
{/if}
{/if}
</div>
<div class="h-sep my-[30px]" />
{/each}
{/if}
</div>
Expand Down

0 comments on commit 7409a28

Please sign in to comment.