fix computer and people icons

This commit is contained in:
Jiajun Xu 2025-05-01 20:44:27 -07:00
parent 8b535c9bae
commit 04d3b17d75

View File

@ -49,8 +49,8 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
<div className={cn("flex flex-row justify-between pb-8")}>
{[
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
].map((key) => (
<div key={key}>
].map(() => (
<>
<a
href="https://www.flaticon.com/free-icons/computer"
title="computer icons"
@ -69,7 +69,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
>
<img src="/people.png" alt="people icon" width="30" height="30" />
</a>
</div>
</>
))}
</div>
</>