Skip to content
Snippets Groups Projects
Commit 1d28afe4 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Fix legend

parent ea56a769
No related branches found
No related tags found
1 merge request!79Afficher le PLF comme correction du code existant et l'amendement comme une correction du PLF (ou existant)
import OpenInNewIcon from "@material-ui/icons/OpenInNew";
import styles from "./Legende.module.scss";
export function Legende({ montrerPLF }: { montrerPLF: boolean }) {
......@@ -12,10 +10,10 @@ export function Legende({ montrerPLF }: { montrerPLF: boolean }) {
<span className={styles.initial}>Droit existant</span>
{montrerPLF && (
<span className={styles.plf}>
<a href="http://www.assemblee-nationale.fr/15/projets/pl2272.asp">
PLF 2020
<OpenInNewIcon className={styles.icon} />
</a>
{/* <a href="http://www.assemblee-nationale.fr/15/projets/pl2272.asp"> */}
PLF
{/* <OpenInNewIcon className={styles.icon} />
</a> */}
</span>
)}
<span className={styles.reform}>Mon amendement</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment