Refactor main header component to use Nav component and update menu labels

This commit is contained in:
Schneider Roland
2025-03-04 21:14:33 +01:00
parent 0cd6f8c0ba
commit 96b5946eb5
3 changed files with 5 additions and 82 deletions

View File

@@ -2,7 +2,7 @@ import {MenuItem} from "@/components/nav.component";
export const MAIN_MENU:MenuItem[] = [
{
label: 'Home',
label: 'Kezdőoldal',
href: '/'
},
{