feat: refine creation and registration flows
This commit is contained in:
@@ -111,7 +111,7 @@ const Studio = () => {
|
||||
} else {
|
||||
if (!selectedProject?.id) return
|
||||
selectProject(selectedProject.id)
|
||||
navigate(Routes.Compose)
|
||||
navigate(Routes.ComposeSong)
|
||||
}
|
||||
}}
|
||||
/>
|
||||
@@ -130,7 +130,7 @@ const Studio = () => {
|
||||
/>
|
||||
{!selectedProject?.coverUrl && (
|
||||
<GradientButton
|
||||
title="Générer la pochette"
|
||||
title="Voir ma pochette"
|
||||
containerStyle={{
|
||||
marginTop: responsiveHeight(2),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user