From e592d54fe95a33540e1c22ac4684b8d53d5b4d45 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 25 Jul 2025 17:19:41 -0700 Subject: [PATCH] feat(ui): update SuggestedFollowPlaceholder to match new design --- src/components/FeedInterstitials.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 ( - - - - - - + + + + + ) }