Lander: use handle, desktop header style

This commit is contained in:
Eric Bailey
2024-06-20 12:28:54 -05:00
parent 888e55e4fc
commit b715398ae1
@@ -148,10 +148,7 @@ function LandingScreenLoaded({
a.gap_sm, a.gap_sm,
a.px_lg, a.px_lg,
a.py_2xl, a.py_2xl,
isTabletOrDesktop && { isTabletOrDesktop && [a.mt_2xl, a.rounded_md],
borderBottomLeftRadius: 10,
borderBottomRightRadius: 10,
},
activeStarterPack?.isClip && { activeStarterPack?.isClip && {
paddingTop: 100, paddingTop: 100,
}, },
@@ -176,7 +173,7 @@ function LandingScreenLoaded({
a.text_md, a.text_md,
{color: 'white'}, {color: 'white'},
]}> ]}>
Starter pack by {creator.displayName || `@${creator.handle}`} Starter pack by {`@${creator.handle}`}
</Text> </Text>
</LinearGradientBackground> </LinearGradientBackground>
<View style={[a.gap_2xl, a.mx_lg, a.my_2xl]}> <View style={[a.gap_2xl, a.mx_lg, a.my_2xl]}>