fix: correct prop names in Svelte templates after a11y cleanup

This commit is contained in:
2026-07-10 12:27:08 +01:00
parent bee2ce81e6
commit 19d1d8dd47
20 changed files with 274 additions and 328 deletions
@@ -368,7 +368,7 @@
<div class="mx-auto max-w-3xl space-y-4 p-6 pt-24">
<Skeleton class="h-8 w-48" />
{#each Array(5) as __, i (i)}
{__}
{__}
<Skeleton class="h-24 w-full" />
{/each}
</div>