diff --git a/website/logo/HushMapLogo_dark.png b/website/logo/HushMapLogo_dark.png new file mode 100644 index 0000000..9573ecc Binary files /dev/null and b/website/logo/HushMapLogo_dark.png differ diff --git a/website/logo/HushMapLogo_light.png b/website/logo/HushMapLogo_light.png new file mode 100644 index 0000000..e3ec069 Binary files /dev/null and b/website/logo/HushMapLogo_light.png differ diff --git a/website/src/lib/components/LogoBadge.svelte b/website/src/lib/components/LogoBadge.svelte new file mode 100644 index 0000000..398aad9 --- /dev/null +++ b/website/src/lib/components/LogoBadge.svelte @@ -0,0 +1,216 @@ + + + + + diff --git a/website/src/routes/+layout.svelte b/website/src/routes/+layout.svelte index 640d7df..ac5d4b2 100644 --- a/website/src/routes/+layout.svelte +++ b/website/src/routes/+layout.svelte @@ -4,6 +4,7 @@ import Icon from '@iconify/svelte'; import { page } from '$app/stores'; import VoiceButton from '$lib/components/VoiceButton.svelte'; + import LogoBadge from '$lib/components/LogoBadge.svelte'; let { children } = $props(); @@ -44,6 +45,10 @@ {/if} + {#if showVoiceButton} + + {/if} +
{@render children()}