uppercase page names

This commit is contained in:
B
2025-05-01 19:44:25 -07:00
parent c8c6b6f7cd
commit d44ce6b8a2
+3 -3
View File
@@ -13,21 +13,21 @@ export default function Navbar() {
</div>
<strong className={cn("sm:text-1xl flex gap-4 md:text-4xl")}>
<a
href="/getInvolved/"
href="/GetInvolved/"
className={cn("text-blue-500")}
>
Get Involved
</a>
{/* <Separator orientation="vertical" className="w-5" /> */}
<a
href="/pointsOfUnity/"
href="/PointsOfUnity/"
className={cn("text-green-500")}
>
Points of Unity
</a>
{/* <Separator orientation="vertical" className="w-5" /> */}
<a
href="/whatWereWorkingOn/"
href="/WhatWereWorkingOn/"
className={cn("text-red-500")}
>
What We're Working On