fix: change icon paths to _static
This commit is contained in:
@@ -21,7 +21,7 @@ export default function Container({
|
||||
<Image
|
||||
alt="Account Icon"
|
||||
height={40}
|
||||
src="/account_circle.svg"
|
||||
src="/_static/icons/account_circle.svg"
|
||||
width={40}
|
||||
/>
|
||||
<Card.Title uppercase>{user.name}</Card.Title>
|
||||
|
||||
Reference in New Issue
Block a user