Skip to content

Commit

Permalink
fix: πŸ› errant }
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 30, 2023
1 parent 34a5af1 commit 526d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Hex/Hex.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
in:fade={{ duration: 500 }}
src="/grey_square.png"
use:lazy={{
src: `${PUBLIC_BUCKET_URL}/${category.Description}}`,
src: `${PUBLIC_BUCKET_URL}/${category.Description}`,
loaded,
}}
alt={`category ${category.Name}`}
Expand Down

0 comments on commit 526d14f

Please sign in to comment.