From 92e01197344a05ff7510a274543e7cdf86fb8c4b Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Thu, 24 Jul 2025 16:32:18 -0700 Subject: feat(ui): updated suggested profiles interstitial "Suggested for you" text color --- src/components/FeedInterstitials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index aaaa17d3c..cf0f0cc21 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -338,7 +338,7 @@ export function ProfileGrid({ a.align_center, a.justify_between, ]}> - + {viewContext === 'profile' ? ( Similar accounts ) : ( -- cgit 1.4.1