($preferences[id] = false)} {content} />
-{/each}
diff --git a/packages/site-kit/src/lib/components/Shell.svelte b/packages/site-kit/src/lib/components/Shell.svelte
index e4a04af3b5..5ad0a960ea 100644
--- a/packages/site-kit/src/lib/components/Shell.svelte
+++ b/packages/site-kit/src/lib/components/Shell.svelte
@@ -16,12 +16,12 @@ The main shell of the application. It provides a slot for the top navigation, th
nav_visible = true,
top_nav,
children,
- banner_bottom
+ banner
}: {
nav_visible?: boolean;
top_nav?: Snippet;
children?: Snippet;
- banner_bottom?: Snippet;
+ banner?: Snippet;
} = $props();
@@ -45,22 +45,20 @@ The main shell of the application. It provides a slot for the top navigation, th
{@render children?.()}
-
- {@render banner_bottom?.()}
-
+{@render banner?.()}