diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-25 16:29:18 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | 2bf4ee5690d74ebdcd28f906d8948616a70568af (patch) | |
tree | a3836c4520772ad36243bf064b219c4da10f77b9 /src/components/FeedInterstitials.tsx | |
parent | 48f670f26ab9d2578958ba4d9805b3e52212edbb (diff) | |
download | voidsky-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.tsx | 2 |
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> |