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>
|
||||
<strong className={cn("sm:text-2xl md:text-4xl")}>
|
||||
<a href="/">
|
||||
Resist Tech Monopolies
|
||||
</a>
|
||||
<a href="/">Resist Tech Monopolies</a>
|
||||
</strong>
|
||||
</div>
|
||||
<strong className={cn("sm:text-1xl flex gap-4 md:text-4xl")}>
|
||||
<a
|
||||
href="/GetInvolved/"
|
||||
className={cn("text-blue-500")}
|
||||
>
|
||||
<a href="/GetInvolved/" className={cn("text-blue-500")}>
|
||||
Get Involved
|
||||
</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
|
||||
</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
|
||||
</a>
|
||||
</strong>
|
||||
@ -53,7 +40,7 @@ export default function Navbar() {
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.flaticon.com/free-icons/peopler"
|
||||
href="https://www.flaticon.com/free-icons/people"
|
||||
title="people icons"
|
||||
>
|
||||
<img src="/people.png" alt="people icon" width="30" height="30" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user