making UI work

This commit is contained in:
Brooke Christiansen
2025-05-01 19:22:40 -07:00
parent e4a6dde7ff
commit 60844a118f
4 changed files with 72 additions and 35 deletions

View File

@ -11,21 +11,21 @@ export default function Navbar() {
</div>
<strong className={cn("sm:text-1xl flex gap-4 md:text-4xl")}>
<a
href="/src/pages/GetInvolved.astro"
href="/getInvolved/"
className={cn("text-blue-500")}
>
Get Involved
</a>
{/* <Separator orientation="vertical" className="w-5" /> */}
<a
href="/src/pages/PointsOfUnity.astro"
href="/pointsOfUnity/"
className={cn("text-green-500")}
>
Points of Unity
</a>
{/* <Separator orientation="vertical" className="w-5" /> */}
<a
href="/src/pages/WhatWereWorkingOn.astro"
href="/whatWereWorkingOn/"
className={cn("text-red-500")}
>
What We're Working On