Added 404

This commit is contained in:
2026-01-25 00:26:45 -07:00
parent 0512645035
commit 74304dba4d
5 changed files with 302 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ onUnmounted(() => {
>
<div class="overflow-visible">
<ul
class="menu menu-horizontal bg-base-200 rounded-box border-1 border-solid border-primary p-1.5 sm:p-2 flex flex-nowrap whitespace-nowrap"
class="menu menu-horizontal bg-base-200 rounded-box border border-solid border-primary p-1.5 sm:p-2 flex flex-nowrap whitespace-nowrap"
>
<li
v-for="item in enabledNavigationItems"
@@ -99,7 +99,7 @@ onUnmounted(() => {
>
<a
:href="item.path"
class="tooltip tooltip-top min-h-[44px] min-w-[44px] inline-flex items-center justify-center"
class="tooltip tooltip-top min-h-11 min-w-11 inline-flex items-center justify-center"
:class="{
'menu-active': item.isActive
? item.isActive(normalizedPath)