Commit f566a72b authored by Moody Salem's avatar Moody Salem

fix a bug in the logo not passing style down

parent e39e5908
......@@ -25,6 +25,7 @@ export default function Logo({ srcs, alt, style, ...rest }: LogoProps) {
{...rest}
alt={alt}
src={src}
style={style}
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