Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions www/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import { Toaster } from '$lib/components/ui/sonner';
import { onNavigate } from '$app/navigation';
import { inject } from '@vercel/analytics';
import { AlertTriangle } from 'lucide-svelte';

let { children } = $props();

Expand All @@ -27,18 +26,5 @@
<Toaster />
<ModeWatcher />
<div class="h-dvh">
<div
role="region"
aria-label="Model download notice"
class="border-b border-warning/30 bg-warning/15 px-4 py-2.5 text-sm text-foreground shadow-sm sm:px-6 lg:px-8"
>
<div class="mx-auto flex w-full max-w-[85rem] items-start justify-center gap-2.5 sm:items-center">
<AlertTriangle class="mt-0.5 size-4 shrink-0 text-warning sm:mt-0" aria-hidden="true" />
<p class="max-w-4xl font-medium leading-6">
We’re currently experiencing intermittent model download issues due to high demand and are
actively working on a fix.
</p>
</div>
</div>
{@render children()}
</div>