📱 Responsive header
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export interface NavLink {
|
||||
label: string;
|
||||
path: string;
|
||||
}
|
||||
|
||||
export const navLinks: NavLink[] = [
|
||||
{ label: 'Blog', path: 'blog' },
|
||||
{ label: 'Now', path: 'now' },
|
||||
{ label: 'Projects', path: 'projects' },
|
||||
];
|
||||
Reference in New Issue
Block a user