From 04d3b17d75a0aa9b961cc0937d84a1f6c183c72b Mon Sep 17 00:00:00 2001 From: Jiajun Xu Date: Thu, 1 May 2025 20:44:27 -0700 Subject: [PATCH] fix computer and people icons --- src/components/Navbar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index acdb168..481d163 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -49,8 +49,8 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
{[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, - ].map((key) => ( -
+ ].map(() => ( + <> people icon -
+ ))}