Commit 466c0b01 authored by Moody Salem's avatar Moody Salem

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

parent 1c6d9d81
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment