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
committed by Austin McKinley
parent 66d7df1256
commit a95e0976a6
+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>