diff options
| author | Fuwn <[email protected]> | 2024-01-04 09:39:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 09:39:25 -0800 |
| commit | 9346f671bcf77bba26d2bd8e3d4388120cfad790 (patch) | |
| tree | 5830324fa55695660278c8899f49ae8a44d79f98 /src/routes/+layout.svelte | |
| parent | feat(manga): add umami events (diff) | |
| download | due.moe-9346f671bcf77bba26d2bd8e3d4388120cfad790.tar.xz due.moe-9346f671bcf77bba26d2bd8e3d4388120cfad790.zip | |
refactor(settings): info badge
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 10da305a..2a72a0b4 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -61,7 +61,9 @@ </a> {:else} <a href="/api/authentication/log-out" - >Log out<button class="smaller-button button-badge">{currentUserIdentity.name}</button></a + >Log out<button class="smaller-button button-badge badge-info" + >{currentUserIdentity.name}</button + ></a > {/if} </p> |