From 4be4395300e6fb6ba70d7cf8d5e2eeccab4e3396 Mon Sep 17 00:00:00 2001 From: Jiajun Xu Date: Thu, 15 Jan 2026 20:50:38 -0800 Subject: [PATCH] 1. Rename What we're working on to our projects 2. make them look clickable --- src/components/Navbar.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 67f490c..e71a481 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -10,20 +10,20 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
- Resist Tech Monopolies + Resist Tech Monopolies
- + Points of Unity @@ -31,11 +31,11 @@ export default function Navbar({ activePage = "" }: NavbarProps) { - What We're Working On + Our Projects
@@ -44,11 +44,11 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
{Array.from({ length: 12 }).map((_, index) => (
- {index
))}