Added 404
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user