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 PhoneIcon({ height = 20, width = 20 }: IconProps) {
|
||||
return (
|
||||
<Image alt="Phone Icon" height={height} src="/phone.svg" width={width} />
|
||||
<Image
|
||||
alt="Phone Icon"
|
||||
height={height}
|
||||
src="/_static/icons/phone.svg"
|
||||
width={width}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user