add flow steps
This commit is contained in:
@@ -38,7 +38,10 @@ const Goals = ({
|
||||
return (
|
||||
<View style={{ flex: 1, gap: 16, marginTop: 16 }}>
|
||||
<View style={{ gap: 10 }}>
|
||||
<CreateLyricsHeader title="Quel est ton objectif ?" />
|
||||
<CreateLyricsHeader
|
||||
title="Étape 2: Quel est le contexte ?"
|
||||
subTitle="Besoin d'idées ? Pense à un anniversaire, une équipe de sport ou ton entreprise."
|
||||
/>
|
||||
<ItemContainer>
|
||||
<ListSelection
|
||||
options={goalsOptions}
|
||||
@@ -52,7 +55,7 @@ const Goals = ({
|
||||
</ItemContainer>
|
||||
</View>
|
||||
<CustomInput
|
||||
label="Tu as un autre objectif?"
|
||||
label="As-tu un autre objectif ?"
|
||||
placeholder="Décrire l’objectif"
|
||||
value={otherObjective}
|
||||
setValue={handleOtherObjectiveChange}
|
||||
|
||||
Reference in New Issue
Block a user