diff --git a/src/js/components/Icon.tsx b/src/js/components/Icon.tsx index b7c264687..ab3bcc334 100644 --- a/src/js/components/Icon.tsx +++ b/src/js/components/Icon.tsx @@ -150,9 +150,9 @@ export function RefreshIcon({ onClick }: Props) { export function StalledIcon() { return (
-
-
-
+
+
+
); }