Add title to logout btn

This commit is contained in:
Christoph Kluge 2024-02-13 10:06:52 +01:00
parent cc719d0ae5
commit dadc81c026

View File

@ -67,11 +67,12 @@
color="success"
type="submit"
style="margin-left: 10px;"
title="Logout {username}"
>
{#if screenSize > 1630}
<Icon name="box-arrow-right" /> Logout {username}
<Icon name="box-arrow-right"/> Logout {username}
{:else}
<Icon name="box-arrow-right" />
<Icon name="box-arrow-right"/>
{/if}
</Button>
</form>