🐛 Fixes kto-sme not highlighting

This commit is contained in:
2025-11-09 20:38:42 +01:00
parent ead0b92357
commit 647311ac5a
2 changed files with 3 additions and 3 deletions

View File

@@ -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",
},
{