diff options
Diffstat (limited to 'ui/src/routes/+layout.svelte')
| -rw-r--r-- | ui/src/routes/+layout.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/routes/+layout.svelte b/ui/src/routes/+layout.svelte index 6539952..e9fd192 100644 --- a/ui/src/routes/+layout.svelte +++ b/ui/src/routes/+layout.svelte @@ -4,6 +4,8 @@ | <a href="/new">New</a> <a href="/login" class="nav-right">Login</a> + <span class="nav-right">|</span> + <a href="/api/v1/logout" class="nav-right">Logout</a> </nav> |
