Skip to content

Commit

Permalink
Change icon dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fromtheeast710 committed Sep 2, 2024
1 parent 276b6a9 commit 85ab4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layout/Page2.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<button type="button" on:click={() => carouselThumb(i)}>
<img
class="rounded-container-token"
src="/static/{id.name}.png"
src="/{id.name}.png"
alt="{id.name} thumbnail"
loading="lazy"
/>
Expand Down

0 comments on commit 85ab4a9

Please sign in to comment.