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> <h2>
{{ t('components.auth.Logout.header.unauthenticated') }} {{ t('components.auth.Logout.header.unauthenticated') }}
</h2> </h2>
<Link <template #actions>
solid <Link
secondary solid
button-width primary
to="/login" to="/login"
> >
{{ t('components.auth.Logout.link.login') }} {{ t('components.auth.Logout.link.login') }}
</Link> </Link>
</template>
</Alert> </Alert>
</main> </main>
</template> </template>