Skip to content

Commit

Permalink
key the iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Apr 10, 2024
1 parent 1d5aa3c commit c183852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<div class="bg-orange-100 dark:bg-stone-900 px-4 grow">
<div class="flex flex-col items-center">
<div class="max-w-screen-lg w-full">
{#each filtered as [key, info]}
{#each filtered as [key, info] (key)}
<a href="/font/{key}">
<div class="bg-orange-300 dark:bg-stone-800 dark:border-2 dark:border-orange-500 dark:text-white my-10 p-4 pb-2 rounded-lg">
<div>
Expand Down

0 comments on commit c183852

Please sign in to comment.