diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx
index 75767f237..2d89cc9a2 100644
--- a/app/soapbox/containers/soapbox.tsx
+++ b/app/soapbox/containers/soapbox.tsx
@@ -127,18 +127,6 @@ const SoapboxMount = () => {
localeLoading,
].some(Boolean);
- if (showLoading) {
- return (
- <>
-
- {themeCss && }
-
-
-
- >
- );
- }
-
const bodyClass = classNames('bg-white dark:bg-slate-900 text-base h-full', {
'no-reduce-motion': !settings.get('reduceMotion'),
'underline-links': settings.get('underlineLinks'),
@@ -146,88 +134,105 @@ const SoapboxMount = () => {
'demetricator': settings.get('demetricator'),
});
- if (showOnboarding) {
- return (
-
-
-
-
- {themeCss && }
-
-
+ const helmet = (
+
+
+