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

@@ -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}
/>
)