-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new page Press #73
base: prod
Are you sure you want to change the base?
Conversation
Merci Angelo ! Je suggère de changer le titre "Press Kit" pour "Kit de communication" Pour le texte des visuels je suggère ceci : III - Visuels Une sélection de visuels libres d'utilisation est disponible ici. |
<TopBar borderBottom={true} /> | ||
<Container maxWidth="lg"> | ||
|
||
<h1>Press Kit</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remplacer par Kit de communication
<div className="tc_Press_paragraph"> | ||
<h3>III - Visuels</h3> | ||
<div className="tc_Press_subparagraph"> | ||
<div>Au lien suivant vous trouvez une séléction de visuels à utiliser librement dans la presse:</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Une sélection de visuels libres d'utilisation est disponible ici.
render() { | ||
return ( | ||
<div className="tc_Press"> | ||
<TopBar borderBottom={true} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas besoin du ={true}, la prop borderBottom seule sous-entend que sa valeur est true
No description provided.