Skip to content
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

Ajout de contexte #36

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions frontend/src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ export default function About() {
, et sans tracking.
</p>

<p>
Les textes proposés sont issus
<br />
de la 16<sup>ème</sup> législature (2022-2024).
<br />
<br />
Résumés non-exhaustifs,
<br />
cliquez pour plus de contexte !
</p>

<Button
startIcon={<Description />}
className="About__btn Btn Btn--secondary"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default function Welcome() {
<div className="Welcome__content">
<strong>
{/* eslint-disable-next-line react/no-unescaped-entities */}
Votez les textes de l'Assemblée Nationale, et découvrez quel parti a
voté comme vous !
Votez les textes de l'Assemblée Nationale (2022 - 2024), et
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La tagline est trop longue, personne ne va lire 4 lignes de titre

Je recommande de mettre la période de législatures dans le sous-titre comme c'était le cas avant

découvrez quel parti a voté comme vous !
</strong>

<p>
Expand Down