Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed May 30, 2023
1 parent 24ad8fa commit 7cc4cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
import { base } from '$app/paths'
import { Github } from 'lucide-svelte'
import DarkMode from './DarkMode.svelte'
import { globals } from 'svelte/internal'
</script>

<div class="container mx-auto flex max-w-6xl items-center gap-4 p-4 py-4">
<a class="mr-auto flex items-center rounded p-4" href="{base}/">
<span class="text-2xl">Louisette</span>
<span class="ml-2 rounded bg-accent-400 p-1 text-xs text-accent-900">
{LOUISETTE_VERSION}
{globals?.LOUISETTE_VERSION || 'dev'}
</span>
</a>
<div class="flex gap-4">
Expand Down

0 comments on commit 7cc4cdf

Please sign in to comment.