new options
This commit is contained in:
@@ -40,7 +40,11 @@ const MusicLandHeader = ({
|
||||
<View style={{ alignItems: "center", gap: 16 }}>
|
||||
<Image
|
||||
source={logo || icons.musicLandLogo}
|
||||
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
|
||||
style={{
|
||||
alignSelf: "center",
|
||||
height: isWeb ? 150 : 100,
|
||||
resizeMode: "contain",
|
||||
}}
|
||||
/>
|
||||
<View style={{ width: "100%", ...Style.containerRow, gap: 16 }}>
|
||||
<Pressable style={backButtonStyle} onPress={onPressBack}>
|
||||
|
||||
Reference in New Issue
Block a user