remove the anonymous credentials from the image (it causes a CORS preflight)

This commit is contained in:
Moody Salem 2021-04-26 10:53:55 -05:00
parent 1c6d9d810e
commit 466c0b0142
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -22,7 +22,6 @@ export default function Logo({ srcs, alt, ...rest }: LogoProps) {
{...rest}
alt={alt}
src={src}
crossOrigin="anonymous"
onError={() => {
if (src) BAD_SRCS[src] = true
refresh((i) => i + 1)