making UI work
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user