diff --git a/app/javascript/flavours/glitch/components/avatar.tsx b/app/javascript/flavours/glitch/components/avatar.tsx index 2799cb171..453d16d19 100644 --- a/app/javascript/flavours/glitch/components/avatar.tsx +++ b/app/javascript/flavours/glitch/components/avatar.tsx @@ -28,8 +28,8 @@ export const Avatar: React.FC = ({ ...styleFromParent, width: `${size}px`, height: `${size}px`, - backgroundSize: `cover`, - backgroundPosition: `center`, + backgroundSize: "cover", + backgroundPosition: "center", }; if (account) {