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
@@ -688,7 +688,7 @@
{#if loading}
<div class="space-y-3">
{#each Array(5) as __, i (i)}
{__}
{__}
<div class="flex items-center gap-3 rounded-lg border p-3 sm:gap-4">
<Skeleton class="h-4 w-[45px] sm:w-[60px] lg:w-[80px]" />
<Skeleton class="h-10 w-1 shrink-0" />