Refactor main header component to use Nav component and update menu labels
This commit is contained in:
@@ -2,7 +2,7 @@ import {MenuItem} from "@/components/nav.component";
|
||||
|
||||
export const MAIN_MENU:MenuItem[] = [
|
||||
{
|
||||
label: 'Home',
|
||||
label: 'Kezdőoldal',
|
||||
href: '/'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user