feat: enhance CommandPalette UI, add Main component, and update localization for better user experience

This commit is contained in:
2025-09-03 12:48:37 +02:00
parent b818f03393
commit c92bb2ed1f
7 changed files with 54 additions and 30 deletions

View File

@@ -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>