fix(header): add additional navlink
This commit is contained in:
parent
e3bb3b34e4
commit
54dcefbf25
@ -8,6 +8,7 @@ import logoImage from '@/assets/images/logo.png';
|
|||||||
const navLinks = [
|
const navLinks = [
|
||||||
{ href: '/', label: 'Home' },
|
{ href: '/', label: 'Home' },
|
||||||
{ href: '/blog/', label: 'Blog' },
|
{ href: '/blog/', label: 'Blog' },
|
||||||
|
{ href: '/recipes/', label: 'Recipes' },
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user