diff --git a/frontend/src/lib/components/ContributorStack.svelte b/frontend/src/lib/components/ContributorStack.svelte index fc627627..4e417fc2 100644 --- a/frontend/src/lib/components/ContributorStack.svelte +++ b/frontend/src/lib/components/ContributorStack.svelte @@ -24,7 +24,7 @@ const safeContributors = $derived(contributors ?? []); @@ -33,7 +33,7 @@ const safeContributors = $derived(contributors ?? []); {/each} {#if hasMore} diff --git a/frontend/src/routes/AppNav.svelte b/frontend/src/routes/AppNav.svelte index 026b7f72..29eea77b 100644 --- a/frontend/src/routes/AppNav.svelte +++ b/frontend/src/routes/AppNav.svelte @@ -40,9 +40,9 @@ function handleOverlayKeydown(event: KeyboardEvent) {