Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Mar 16, 2022
1 parent 34edccd commit 2c45d96
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/lib/Chessboard.svelte
Expand Up @@ -136,12 +136,14 @@ TODO:
class="square"
>
{#if buildMe != undefined}
<img
alt="A chess piece"
data-piece={buildMe.san}
src={buildMe.src}
class="inline-block piece"
/>
<div>
<img
alt="A chess piece"
data-piece={buildMe.san}
src={buildMe.src}
class="inline-block piece"
/>
</div>
{/if}
</div>
{/each}
Expand Down

0 comments on commit 2c45d96

Please sign in to comment.