From 534bf131f0234702c373466838e6b33ecd9a1a47 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 1 Jul 2024 15:18:18 -0500 Subject: [PATCH] Update skeleton --- src/components/FeedInterstitials.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 985b944e18..cf91271b15 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -52,9 +52,12 @@ export function SuggestedFollowPlaceholder() { - + + + + ) @@ -106,7 +109,13 @@ export function SuggestedFollows() { const content = isLoading ? ( Array(maxLength) .fill(0) - .map((_, i) => ) + .map((_, i) => ( + + + + )) ) : error || !profiles.length ? null : ( <> {profiles.slice(0, maxLength).map(profile => (