navbar code cleanup
This commit is contained in:
parent
247d2c9bf2
commit
217f605041
@ -6,30 +6,17 @@ export default function Navbar() {
|
|||||||
<div className={cn("flex flex-row justify-between pb-8 pl-4 pr-4 pt-8")}>
|
<div className={cn("flex flex-row justify-between pb-8 pl-4 pr-4 pt-8")}>
|
||||||
<div>
|
<div>
|
||||||
<strong className={cn("sm:text-2xl md:text-4xl")}>
|
<strong className={cn("sm:text-2xl md:text-4xl")}>
|
||||||
<a href="/">
|
<a href="/">Resist Tech Monopolies</a>
|
||||||
Resist Tech Monopolies
|
|
||||||
</a>
|
|
||||||
</strong>
|
</strong>
|
||||||
</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/" className={cn("text-blue-500")}>
|
||||||
href="/GetInvolved/"
|
|
||||||
className={cn("text-blue-500")}
|
|
||||||
>
|
|
||||||
Get Involved
|
Get Involved
|
||||||
</a>
|
</a>
|
||||||
{/* <Separator orientation="vertical" className="w-5" /> */}
|
<a href="/PointsOfUnity/" className={cn("text-green-500")}>
|
||||||
<a
|
|
||||||
href="/PointsOfUnity/"
|
|
||||||
className={cn("text-green-500")}
|
|
||||||
>
|
|
||||||
Points of Unity
|
Points of Unity
|
||||||
</a>
|
</a>
|
||||||
{/* <Separator orientation="vertical" className="w-5" /> */}
|
<a href="/WhatWereWorkingOn/" className={cn("text-red-500")}>
|
||||||
<a
|
|
||||||
href="/WhatWereWorkingOn/"
|
|
||||||
className={cn("text-red-500")}
|
|
||||||
>
|
|
||||||
What We're Working On
|
What We're Working On
|
||||||
</a>
|
</a>
|
||||||
</strong>
|
</strong>
|
||||||
@ -53,7 +40,7 @@ export default function Navbar() {
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://www.flaticon.com/free-icons/peopler"
|
href="https://www.flaticon.com/free-icons/people"
|
||||||
title="people icons"
|
title="people icons"
|
||||||
>
|
>
|
||||||
<img src="/people.png" alt="people icon" width="30" height="30" />
|
<img src="/people.png" alt="people icon" width="30" height="30" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user