fix: change icon paths to _static
This commit is contained in:
@@ -4,6 +4,11 @@ import type { IconProps } from "@/types/components/icon"
|
||||
|
||||
export default function HouseIcon({ height = 20, width = 20 }: IconProps) {
|
||||
return (
|
||||
<Image alt="House Icon" height={height} src="/home.svg" width={width} />
|
||||
<Image
|
||||
alt="House Icon"
|
||||
height={height}
|
||||
src="/_static/icons/home.svg"
|
||||
width={width}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user