diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-10-09 15:40:32 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-10-09 15:40:32 -0400 |
| commit | 84a672d6b63122b9732bc826d92a47bae97f2b25 (patch) | |
| tree | ac35f32cecd73833cb5f615a8aa974f6b2103ee8 /hi-ui/src/routes/+layout.svelte | |
| parent | bd53a51af835478d23bef4772ce7e50553dc3fdf (diff) | |
Fix up on-navigation data loading
Maybe this isn't ideal, but whatever.
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 /> |
