Lander: use handle, desktop header style
This commit is contained in:
@@ -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]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user