aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/+layout.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index f9e74429..10da305a 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -60,7 +60,9 @@
Log in with AniList
</a>
{:else}
- <a href="/api/authentication/log-out">Log out ({currentUserIdentity.name})</a>
+ <a href="/api/authentication/log-out"
+ >Log out<button class="smaller-button button-badge">{currentUserIdentity.name}</button></a
+ >
{/if}
</p>