polishing!
This commit is contained in:
@ -10,19 +10,15 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
|
||||
<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
|
||||
className={cn(
|
||||
activePage === "Home" && "border-b-2 border-black-500",
|
||||
)}
|
||||
href="/">Resist Tech Monopolies</a>
|
||||
</strong>
|
||||
</div>
|
||||
<strong className={cn("sm:text-1xl flex gap-10 md:text-4xl")}>
|
||||
{/* <a
|
||||
href="/GetInvolved/"
|
||||
className={cn(
|
||||
"text-blue-500",
|
||||
activePage === "GetInvolved" && "border-b-2 border-blue-500"
|
||||
)}
|
||||
>
|
||||
Get Involved
|
||||
</a> */}
|
||||
|
||||
<a
|
||||
href="/PointsOfUnity/"
|
||||
className={cn(
|
||||
@ -54,7 +50,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
|
||||
title="computer icons"
|
||||
>
|
||||
<img
|
||||
src="assets/computer.png"
|
||||
src="../public/assets/computer.png"
|
||||
alt="computer icon"
|
||||
width="30"
|
||||
height="30"
|
||||
@ -66,7 +62,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
|
||||
title="people icons"
|
||||
>
|
||||
<img
|
||||
src="assets/people.png"
|
||||
src="../public/assets/people.png"
|
||||
alt="people icon"
|
||||
width="30"
|
||||
height="30"
|
||||
|
||||
Reference in New Issue
Block a user