uppercase page names
This commit is contained in:
parent
1cb415f829
commit
c0be749c02
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user