diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 70e025a94b..f2caddd745 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -66,12 +66,14 @@ export function SuggestedFollowPlaceholder() { const t = useTheme() return ( - - - - - - + + + + + ) }