diff --git a/app/components/MyLayout.tsx b/app/components/MyLayout.tsx
index bd7a463..b50d91f 100644
--- a/app/components/MyLayout.tsx
+++ b/app/components/MyLayout.tsx
@@ -50,12 +50,12 @@ const MyLayout = React.memo(({ children }: { children: React.ReactNode }) => {
const isThread = !!location.pathname.split("threads")[1];
return (
-
+
{isDesktopReady &&
}
diff --git a/app/components/desktop/DesktopFooter.tsx b/app/components/desktop/DesktopFooter.tsx
index 5019d2d..282159f 100644
--- a/app/components/desktop/DesktopFooter.tsx
+++ b/app/components/desktop/DesktopFooter.tsx
@@ -36,7 +36,7 @@ const COLUMNS: FooterCol[] = [
*/
const DesktopFooter = () => {
return (
-