1. remove ../public from asset links

2. add book club page
This commit is contained in:
Jiajun Xu
2025-05-22 20:36:38 -07:00
parent e197ed4e28
commit 449f1abd4d
5 changed files with 93 additions and 4 deletions

View File

@ -50,7 +50,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
title="computer icons"
>
<img
src="../public/assets/computer.png"
src="/assets/computer.png"
alt="computer icon"
width="30"
height="30"
@ -62,7 +62,7 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
title="people icons"
>
<img
src="../public/assets/people.png"
src="/assets/people.png"
alt="people icon"
width="30"
height="30"