diff options
Diffstat (limited to 'hi-ui/src/routes/+layout.svelte')
| -rw-r--r-- | hi-ui/src/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hi-ui/src/routes/+layout.svelte b/hi-ui/src/routes/+layout.svelte index 8027443..7b99d62 100644 --- a/hi-ui/src/routes/+layout.svelte +++ b/hi-ui/src/routes/+layout.svelte @@ -9,7 +9,7 @@ <div id="app"> <AppBar> <svelte:fragment slot="lead">🌳</svelte:fragment> - understory + <a href="/">understory</a> <svelte:fragment slot="trail"> {#if $currentUser} <LogOut /> |
