From eabcd9150d3513988f5b3c47b95a601d5f1bf738 Mon Sep 17 00:00:00 2001 From: Caidan Date: Thu, 21 Aug 2025 11:56:17 -0700 Subject: [APP-1357] profile header follow recommendations (#8784) --- src/components/ProfileCard.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/components/ProfileCard.tsx') diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index f12d922fd..5c99474a2 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -561,6 +561,24 @@ export function FollowButtonInner({ ) } +export function FollowButtonPlaceholder({style}: ViewStyleProp) { + const t = useTheme() + + return ( + + ) +} + export function Labels({ profile, moderationOpts, -- cgit 1.4.1