-
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
fix(multiple): le bouton retour apparait tout le temps #2324
fix(multiple): le bouton retour apparait tout le temps #2324
Conversation
5e61b7e
to
d3796b7
Compare
d3796b7
to
3bbcc61
Compare
@@ -25,7 +25,7 @@ export function ErrorLayout(props: React.PropsWithChildren<ErrorLayoutProps>) { | |||
<div> | |||
{children} | |||
<div className={styles.buttonWrapper}> | |||
<BackButton aria-label="Retourner à la page précédente" label="Retourner à la page précédente" appearance="primary" className={styles.backButton}/> | |||
<BackButton alwaysDisplay={true} aria-label="Retourner à la page précédente" label="Retourner à la page précédente" appearance="primary" className={styles.backButton}/> |
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.
À la lecture du code, j'ai un peu de mal à voir pourquoi on a besoin d'un alwaysDisplay
🤔
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.
Pour la page d'erreur je trouvais ca pertinent d'avoir tout le temps le bouton 🤷
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.
Enlever le alwaysDIsplay
636b227
to
2e6aaae
Compare
* fix(multiple): le bouton retour apparait tout le temps * fix: retour review
No description provided.