diff --git a/src/components/main/HomePage.tsx b/src/components/main/HomePage.tsx
index 89b618fa9..03b7ab4b3 100644
--- a/src/components/main/HomePage.tsx
+++ b/src/components/main/HomePage.tsx
@@ -19,6 +19,7 @@ import MobileActiveStakingSection from '../creators/MobileActiveStakingSection'
import { ShowLikeablePostsProvider } from '../posts/ShowLikeablePostsContext'
import WriteSomething from '../posts/WriteSomething'
import { useReferralId } from '../referral/ReferralUrlChanger'
+import { useIsMobileWidthOrDevice } from '../responsive'
import { CreatorsSpaces } from '../spaces/LatestSpacesPage'
import Section from '../utils/Section'
import style from './HomePage.module.sass'
@@ -187,6 +188,7 @@ const TabsHomePage = ({
return
}
}, [tab, type, date, myAddress])
+ const isMobile = useIsMobileWidthOrDevice()
return (
<>
@@ -195,8 +197,11 @@ const TabsHomePage = ({
*/}
-
+ {!isMobile && }