diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 13378a3..acdb168 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,22 +1,46 @@ import { cn } from "@/lib/utils"; -export default function Navbar() { +interface NavbarProps { + activePage?: string; +} + +export default function Navbar({ activePage = "" }: NavbarProps) { return ( <>
- Resist Tech Monopolies + + Resist Tech Monopolies +
- + Get Involved - + Points of Unity - + What We're Working On @@ -25,8 +49,8 @@ export default function Navbar() {
{[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, - ].map(() => ( - <> + ].map((key) => ( +
people icon - +
))}
diff --git a/src/pages/GetInvolved.astro b/src/pages/GetInvolved.astro index c1ec974..998d0e4 100644 --- a/src/pages/GetInvolved.astro +++ b/src/pages/GetInvolved.astro @@ -8,7 +8,7 @@ import "../styles/globals.css";
- +

Get Involved

diff --git a/src/pages/PointsOfUnity.astro b/src/pages/PointsOfUnity.astro index 92a2b13..bc09789 100644 --- a/src/pages/PointsOfUnity.astro +++ b/src/pages/PointsOfUnity.astro @@ -8,7 +8,7 @@ import "../styles/globals.css";
- +

Points of Unity

diff --git a/src/pages/WhatWereWorkingOn.astro b/src/pages/WhatWereWorkingOn.astro index aace435..51dd7d5 100644 --- a/src/pages/WhatWereWorkingOn.astro +++ b/src/pages/WhatWereWorkingOn.astro @@ -8,7 +8,7 @@ import "../styles/globals.css";

- +

What We're Working On

Pihole Workshop

diff --git a/src/pages/index.astro b/src/pages/index.astro index 41d7711..a066f54 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import "@/styles/globals.css";
- +