change name

This commit is contained in:
Vincent van der Wal
2026-07-20 11:26:49 +02:00
parent faee466286
commit 54dbaeaadc
10 changed files with 34 additions and 26 deletions
@@ -43,7 +43,7 @@
let {
charts = [],
fileName = 'ombrella-chart',
fileName = 'drizzli-chart',
class: className = '',
controls
}: Props = $props();
@@ -61,7 +61,7 @@
? 'justify-center'
: 'px-4'}"
onclick={onMobileClose}
aria-label="OMbrella home"
aria-label="Drizzli home"
>
<div
class="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-primary text-primary-foreground"
@@ -87,7 +87,7 @@
</div>
{#if !collapsed}
<span class="text-sm font-bold tracking-tight whitespace-nowrap text-sidebar-foreground">
OMbrella
Drizzli
</span>
{/if}
</a>