1. remove ../public from asset links
2. add book club page
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user