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