Skip to content
Snippets Groups Projects
Commit c471f328 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

feat(newsletter): all fields are now optionnal

parent 39d1d0a6
No related branches found
No related tags found
1 merge request!52Dev
Pipeline #38858 failed
......@@ -24,7 +24,7 @@ const MailSubject: React.FC<MailSubjectProps> = ({
}
return (
<div className="mailSubject">
<h2>Objet de la newsletter</h2>
<h2>Objet de la newsletter (Optionnel)</h2>
<p className="title">Objet</p>
<input
type="text"
......
......@@ -33,7 +33,7 @@ const MonthlyInfo: React.FC<MonthlyInfoProps> = ({
}: MonthlyInfoProps) => {
return (
<div className="monthlyInfo">
<h2>Informations du mois</h2>
<h2>Informations du mois (Optionnel)</h2>
<div>
<p className="title">Image</p>
<ImagePicker imageURL={imageURL} handleChange={handleChange} />
......
......@@ -29,7 +29,7 @@ const MonthlyNews: React.FC<MonthlyNewsProps> = ({
}
return (
<div className="monthlyNews">
<h2>Nouveautés du mois</h2>
<h2>Nouveautés du mois (Optionnel)</h2>
<p className="title">Titre</p>
<input
type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment