Skip to content
Snippets Groups Projects
Commit 122e92d7 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

poll are optional + fix typo

Detailed description.
parent 3b11c376
No related branches found
No related tags found
1 merge request!24fix(typo): écogestes + optionnel poll
Pipeline #20586 passed
...@@ -22,7 +22,7 @@ const CustomLink: React.FC<EcolyoLinkProps> = ({ ...@@ -22,7 +22,7 @@ const CustomLink: React.FC<EcolyoLinkProps> = ({
link: 'consumption', link: 'consumption',
}, },
{ {
displayTitle: 'Ecogestes', displayTitle: 'Écogestes',
link: 'ecogestures', link: 'ecogestures',
}, },
{ {
......
...@@ -31,7 +31,7 @@ const Poll: React.FC<PollProps> = ({ ...@@ -31,7 +31,7 @@ const Poll: React.FC<PollProps> = ({
return ( return (
<div className="poll"> <div className="poll">
<h2>Ajouter un sondage</h2> <h2>Ajouter un sondage (Optionnel)</h2>
<p className="title">Lien</p> <p className="title">Lien</p>
<input <input
type="text" 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