fix: hire -> collab

This commit is contained in:
Timothy DeHerrera
2025-01-20 21:01:50 -07:00
parent ced925c509
commit 05f41ba46c
4 changed files with 46 additions and 41 deletions

View File

@@ -33,7 +33,7 @@ socials = [
menu = [
{ name = "/blog", url = "/blog", weight = 1 },
{ name = "/projects", url = "/projects", weight = 2 },
{ name = "/hire", url = "/hire", weight = 3 },
{ name = "/collab", url = "/collab", weight = 3 },
{ name = "/about", url = "/about", weight = 4 },
{ name = "/tags", url = "/tags", weight = 5 },
]