about summary refs log tree commit diff
path: root/src/components/FeedInterstitials.tsx
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-25 16:29:18 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commit2bf4ee5690d74ebdcd28f906d8948616a70568af (patch)
treea3836c4520772ad36243bf064b219c4da10f77b9 /src/components/FeedInterstitials.tsx
parent48f670f26ab9d2578958ba4d9805b3e52212edbb (diff)
downloadvoidsky-2bf4ee5690d74ebdcd28f906d8948616a70568af.tar.zst
fix(ui): suggested profile card grid on web sm -> md
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r--src/components/FeedInterstitials.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 7cc3a92d9..123733923 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -373,7 +373,7 @@ export function ProfileGrid({
 
       {gtMobile ? (
         <View style={[a.flex_1, a.px_lg, a.pb_lg, a.gap_md]}>
-          <View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_sm]}>
+          <View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_md]}>
             {content}
           </View>