diff --git a/apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte b/apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte index 9dd1ad8127..9f3799f5a9 100644 --- a/apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte +++ b/apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte @@ -189,8 +189,8 @@ diff --git a/packages/site-kit/src/lib/components/Banners.svelte b/packages/site-kit/src/lib/components/Banners.svelte deleted file mode 100644 index 9a9b1110df..0000000000 --- a/packages/site-kit/src/lib/components/Banners.svelte +++ /dev/null @@ -1,95 +0,0 @@ - - - - -{#each showing as { content, href, id, arrow }} - ($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?.()}