diff --git a/app/soapbox/components/loading-screen.tsx b/app/soapbox/components/loading-screen.tsx index 92882f98f..ffa1fa8f9 100644 --- a/app/soapbox/components/loading-screen.tsx +++ b/app/soapbox/components/loading-screen.tsx @@ -10,7 +10,10 @@ const LoadingScreen: React.FC = () => {
- + {/* Bump up spinner vertically to counteract optical illusion. */} +
+ +
);