fixed warnings

This commit is contained in:
2026-06-18 01:45:38 +02:00
parent 7773199b91
commit 73819eb49f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
</div>
<div class="grid gap-4 sm:grid-cols-3">
{#each [['I', 'MAKE A LIST', 'group wants by topic'], ['II', 'PASTE A LINK', 'we track the price'], ['III', 'GET AN EMAIL', 'the moment it drops']] as [n, t, d]}
{#each [['I', 'MAKE A LIST', 'group wants by topic'], ['II', 'PASTE A LINK', 'we track the price'], ['III', 'GET AN EMAIL', 'the moment it drops']] as [n, t, d] (n)}
<div class="panel p-5">
<p class="gospel text-4xl">{n}</p>
<p class="mt-1 font-display text-lg font-bold">{t}</p>