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> </div>
<strong className={cn("sm:text-1xl flex gap-4 md:text-4xl")}> <strong className={cn("sm:text-1xl flex gap-4 md:text-4xl")}>
<a <a
href="/getInvolved/" href="/GetInvolved/"
className={cn("text-blue-500")} className={cn("text-blue-500")}
> >
Get Involved Get Involved
</a> </a>
{/* <Separator orientation="vertical" className="w-5" /> */} {/* <Separator orientation="vertical" className="w-5" /> */}
<a <a
href="/pointsOfUnity/" href="/PointsOfUnity/"
className={cn("text-green-500")} className={cn("text-green-500")}
> >
Points of Unity Points of Unity
</a> </a>
{/* <Separator orientation="vertical" className="w-5" /> */} {/* <Separator orientation="vertical" className="w-5" /> */}
<a <a
href="/whatWereWorkingOn/" href="/WhatWereWorkingOn/"
className={cn("text-red-500")} className={cn("text-red-500")}
> >
What We're Working On What We're Working On