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 => (