mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -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 }[] = [
|
||||
{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'},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user