fix: change icon paths to _static
This commit is contained in:
@@ -7,7 +7,7 @@ export default function EmailIcon({ height = 20, width = 20 }: IconProps) {
|
||||
<Image
|
||||
alt="Email Icon"
|
||||
height={height}
|
||||
src="/alternate_email.svg"
|
||||
src="/_static/icons/alternate_email.svg"
|
||||
width={width}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user