mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 03:17:08 -06:00
Switch navigation button from #projects to /projects
This commit is contained in:
@@ -6,7 +6,7 @@ import Link from "next/link";
|
|||||||
|
|
||||||
const navigation: { id: string, name: string, href: string }[] = [
|
const navigation: { id: string, name: string, href: string }[] = [
|
||||||
{id: 'home', name: 'Home', href: '/',},
|
{id: 'home', name: 'Home', href: '/',},
|
||||||
{id: 'projects', name: 'Projects', href: '/#projects'}, // TODO: Switch this back to /projects once proper page is made
|
{id: 'projects', name: 'Projects', href: '/projects'},
|
||||||
{id: 'contact', name: 'Contact', href: '/contact'},
|
{id: 'contact', name: 'Contact', href: '/contact'},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user