chore(ScriptBrowser): replace Image component with img tag

This commit is contained in:
Bram Suurd
2024-10-25 00:42:59 +02:00
parent 805fcf8b2d
commit f280849f6b

View File

@@ -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}