Capitalize Nav Items and Remove Code from Nav
All checks were successful
Build and Deploy / build (push) Successful in 39s

This commit is contained in:
Justin Deal 2025-05-04 17:31:00 -07:00
parent a80b2a5e01
commit 08a6d50782

View File

@ -22,11 +22,10 @@
"profileImage": "pixel_avatar.png", "profileImage": "pixel_avatar.png",
"menu": { "menu": {
"home": "/", "Home": "/",
"about": "/about", "About": "/about",
"blog": "/blog", "Blog": "/blog",
"projects": "/projects", "Projects": "/projects",
"homelab": "/homelab", "Homelab": "/homelab"
"code": "https://code.justin.deal"
} }
} }