diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 9bdfcbc5ed..2a3a00ba7d 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -415,6 +415,8 @@ export function ProfileGrid({
style={[a.overflow_visible]}>
{content}
+
+
@@ -424,6 +426,32 @@ export function ProfileGrid({
)
}
+function SeeMoreSuggestedProfilesCard() {
+ const navigation = useNavigation()
+ const t = useTheme()
+ const {_} = useLingui()
+
+ return (
+
+ )
+}
+
export function SuggestedFeeds() {
const numFeedsToDisplay = 3
const t = useTheme()