mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-30 03:28:26 +01:00
feat: remove HomeLink component from error page for cleaner UI
This commit is contained in:
@@ -10,7 +10,6 @@ const { t } = useI18n()
|
||||
</h1>
|
||||
<p class="text-center flex gap-0.5">
|
||||
{{ t('error.main') }}
|
||||
<HomeLink label="home" href="/" />
|
||||
<NuxtLink href="/" class="sofia flex items-center group">
|
||||
<span class="duration-300 underline-offset-2 font-semibold text-md text-black dark:text-white underline decoration-gray-300 dark:decoration-neutral-700 group-hover:decoration-black dark:group-hover:decoration-white">
|
||||
{{ t('error.redirect') }}
|
||||
|
||||
Reference in New Issue
Block a user