From f35dc19a48966cb57c9d80b84267ec98b7d5c11b Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 25 Jul 2025 17:19:41 -0700 Subject: feat(ui): update SuggestedFollowPlaceholder to match new design --- src/components/FeedInterstitials.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 70e025a94..f2caddd74 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -66,12 +66,14 @@ export function SuggestedFollowPlaceholder() { const t = useTheme() return ( - - - - - - + + + + + ) } -- cgit 1.4.1