fix: change icon paths to _static
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user