fix(ui): suggested profile card grid on web sm -> md

This commit is contained in:
Caidan Williams
2025-07-25 16:29:18 -07:00
parent 48f670f26a
commit 2bf4ee5690
+1 -1
View File
@@ -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>