fix: change icon paths to _static

This commit is contained in:
Michael Zetterberg
2024-04-17 17:29:18 +02:00
parent 0039428c76
commit d2372b4377
30 changed files with 42 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ export default function Friend({ user }: FriendProps) {
alt="Good Friend"
className={styles.image}
height={70}
src="/good-friend.svg"
src="/_static/icons/good-friend.svg"
width={228}
/>
<h3 className={styles.name}>{user.name}</h3>