This commit is contained in:
2025-10-20 10:22:52 +02:00
parent f9b478fe22
commit aefbffd480
15 changed files with 60 additions and 23 deletions
+2 -1
View File
@@ -10,11 +10,12 @@ const MusicLandHeader = ({
onPressSkip,
showSkip = false,
progress = 1,
logo = null,
}) => {
return (
<View style={{ alignItems: "center", gap: 16 }}>
<Image
source={icons.musicLandLogo}
source={logo || icons.musicLandLogo}
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
/>
<View style={{ width: "100%", ...Style.containerRow, gap: 16 }}>