fix of the day, payment + sub + music generation
This commit is contained in:
@@ -30,10 +30,12 @@ import { getStageAction } from "../../utils/projectStages";
|
||||
import CreateLyricsHeader from "../Writing/components/CreateLyricsHeader";
|
||||
|
||||
const COVER_STYLE_PRESETS = [
|
||||
"Néo-Néon / Cyberpunk",
|
||||
"Photographie Minimaliste & Éditoriale",
|
||||
"Illustration & Collage Surréaliste",
|
||||
"Anti-Design / Maximalisme (Tendance Actuelle)",
|
||||
"Cyberpunk",
|
||||
"Dessins animé",
|
||||
"Dessins animé rétro",
|
||||
"Portrait théâtralisé",
|
||||
"Livre de coloriage",
|
||||
"Shooting",
|
||||
];
|
||||
|
||||
const PouchReady = () => {
|
||||
@@ -301,10 +303,7 @@ const PouchReady = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<Page
|
||||
backgroundImg={isWeb ? background.productionBG2 : background.studioBG}
|
||||
headerType="NONE"
|
||||
>
|
||||
<Page backgroundImg={background.studioBG2} headerType="NONE">
|
||||
<MusicLandHeader onPressBack={goBack} progress={72} />
|
||||
<View style={{ flex: 1, marginTop: 0 }}>
|
||||
<CreateLyricsHeader
|
||||
|
||||
Reference in New Issue
Block a user