chore(ScriptBrowser): replace Image component with img tag
This commit is contained in:
@@ -136,13 +136,11 @@ const ScriptBrowser = ({
|
||||
linkRefs.current[script.title] = el;
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
<img
|
||||
src={script.logo}
|
||||
priority={true}
|
||||
// priority={true}
|
||||
alt={script.title}
|
||||
width={16}
|
||||
height={16}
|
||||
className="mr-1 rounded-full"
|
||||
className="mr-1 w-4 h-4 rounded-full"
|
||||
/>
|
||||
<span className="flex items-center gap-2">
|
||||
{script.title}
|
||||
|
||||
Reference in New Issue
Block a user