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