From 2f3350267c6778b88d263f4d34c04288c4f61ea3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 21 Sep 2023 13:43:52 -0500 Subject: [PATCH] LandingTimeline: remove sonar animation --- src/features/landing-timeline/index.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/features/landing-timeline/index.tsx b/src/features/landing-timeline/index.tsx index cbe25e2aa..f485a831b 100644 --- a/src/features/landing-timeline/index.tsx +++ b/src/features/landing-timeline/index.tsx @@ -7,7 +7,6 @@ import PullToRefresh from 'soapbox/components/pull-to-refresh'; import { Column } from 'soapbox/components/ui'; import { useAppSelector, useAppDispatch, useSettings } from 'soapbox/hooks'; -import Sonar from '../public-layout/components/sonar'; import Timeline from '../ui/components/timeline'; import { SiteBanner } from './components/site-banner'; @@ -36,14 +35,9 @@ const LandingTimeline = () => { }, [onlyMedia]); return ( - -
-
- -
-
- -
+ +
+