🐛 Fixes kto-sme not highlighting
This commit is contained in:
@@ -77,7 +77,7 @@ const items = computed<NavigationMenuItem[]>(() => [
|
||||
{
|
||||
label: "Kto sme",
|
||||
to: "/kto-sme",
|
||||
active: route.path.startsWith("/about"),
|
||||
active: route.path.startsWith("/kto-sme"),
|
||||
class: "text-lg",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user