From dadc81c0264ee0ae372d34fe785723c12a35d916 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Tue, 13 Feb 2024 10:06:52 +0100 Subject: [PATCH] Add title to logout btn --- web/frontend/src/NavbarTools.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/frontend/src/NavbarTools.svelte b/web/frontend/src/NavbarTools.svelte index ee695e7..f6ded90 100644 --- a/web/frontend/src/NavbarTools.svelte +++ b/web/frontend/src/NavbarTools.svelte @@ -67,11 +67,12 @@ color="success" type="submit" style="margin-left: 10px;" + title="Logout {username}" > {#if screenSize > 1630} - Logout {username} + Logout {username} {:else} - + {/if}