diff --git a/src/components/styled/SpellIcon.tsx b/src/components/styled/SpellIcon.tsx index 43d1364..ae27b4d 100644 --- a/src/components/styled/SpellIcon.tsx +++ b/src/components/styled/SpellIcon.tsx @@ -1,6 +1,6 @@ +/* eslint-disable @next/next/no-img-element */ import cls from 'classnames'; import { forwardRef } from 'react'; -import Image from 'next/image'; import { getIconPath } from '~/utils'; @@ -56,14 +56,14 @@ const SpellIcon = forwardRef( {...props} > {showDefault || icon ? ( - {!icon ) : ( - frame( className={cls('absolute inset-0', frameClass)} /> )} - ( /> {highlighted && ( -