fix web flow
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export const OTHER_OBJECTIVE_OPTION = "Autre objectif";
|
||||
export const OTHER_STYLE_OPTION = "Autre style";
|
||||
|
||||
export const GOALS = [
|
||||
"Envoyer un message universel",
|
||||
"Souhaiter un joyeux anniversaire à un ami",
|
||||
@@ -6,6 +9,7 @@ export const GOALS = [
|
||||
"Pour un mariage",
|
||||
"Pour mon entreprise",
|
||||
"Envoyer un message politique",
|
||||
OTHER_OBJECTIVE_OPTION,
|
||||
];
|
||||
|
||||
export const EMOTION_CONVEY = [
|
||||
@@ -182,6 +186,10 @@ export const SONG_STYLE = [
|
||||
title: "Melancholic",
|
||||
description: "ambiance mélancolique",
|
||||
},
|
||||
{
|
||||
title: OTHER_STYLE_OPTION,
|
||||
description: "Décris ton style personnalisé",
|
||||
},
|
||||
];
|
||||
|
||||
export const CUSTOM_SONG_STRUCTURE = [
|
||||
|
||||
Reference in New Issue
Block a user