small fix
This commit is contained in:
@@ -24,7 +24,7 @@ import PersonaCard from "../cards/PersonaCard/PersonaCard";
|
||||
const STAGE_CARD_CONTENT = [
|
||||
{
|
||||
key: "songwriter",
|
||||
title: "Nathalie",
|
||||
title: "Céline",
|
||||
description: "Let’s write lyrics together !",
|
||||
image: ai.leftIcon,
|
||||
},
|
||||
|
||||
@@ -23,7 +23,7 @@ import { LinearGradient } from "../LinearGradient/LinearGradient";
|
||||
const STAGE_CARD_CONTENT = [
|
||||
{
|
||||
key: "songwriter",
|
||||
title: "Nathalie",
|
||||
title: "Céline",
|
||||
description: "Let’s write lyrics together !",
|
||||
image: ai.leftIcon,
|
||||
},
|
||||
|
||||
@@ -38,14 +38,6 @@ const MusicLandHeader = ({
|
||||
|
||||
return (
|
||||
<View style={{ alignItems: "center", gap: 16 }}>
|
||||
<Image
|
||||
source={logo || icons.musicLandLogo}
|
||||
style={{
|
||||
alignSelf: "center",
|
||||
height: isWeb ? 150 : 100,
|
||||
resizeMode: "contain",
|
||||
}}
|
||||
/>
|
||||
<View style={{ width: "100%", ...Style.containerRow, gap: 16 }}>
|
||||
<Pressable style={backButtonStyle} onPress={onPressBack}>
|
||||
<Image
|
||||
@@ -82,6 +74,14 @@ const MusicLandHeader = ({
|
||||
</Pressable>
|
||||
)}
|
||||
</View>
|
||||
<Image
|
||||
source={logo || icons.musicLandLogo}
|
||||
style={{
|
||||
alignSelf: "center",
|
||||
height: isWeb ? 150 : 100,
|
||||
resizeMode: "contain",
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user