fix(style): action for logout alert

This commit is contained in:
ArneBo 2025-04-15 13:55:57 +02:00
parent 5df9e6ab30
commit 7f7d49d8b0
1 changed files with 9 additions and 8 deletions

View File

@ -47,14 +47,15 @@ const labels = computed(() => ({
<h2>
{{ t('components.auth.Logout.header.unauthenticated') }}
</h2>
<Link
solid
secondary
button-width
to="/login"
>
{{ t('components.auth.Logout.link.login') }}
</Link>
<template #actions>
<Link
solid
primary
to="/login"
>
{{ t('components.auth.Logout.link.login') }}
</Link>
</template>
</Alert>
</main>
</template>