mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-27 20:55:13 +01:00
feat: enhance CommandPalette UI, add Main component, and update localization for better user experience
This commit is contained in:
@@ -8,10 +8,10 @@ const { t } = useI18n()
|
||||
<h1 class="text-center font-serif text-[14rem] italic">
|
||||
404
|
||||
</h1>
|
||||
<p class="text-center flex gap-1">
|
||||
<p class="text-center flex gap-0.5">
|
||||
{{ t('error.main') }}
|
||||
<HomeLink label="home" href="/" />
|
||||
<NuxtLink href="/" class="sofia flex gap-1 items-center group">
|
||||
<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') }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user