uppercase page names

This commit is contained in:
Brooke Christiansen 2025-05-01 19:44:25 -07:00
parent 1cb415f829
commit c0be749c02

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