Skip to content

Commit

Permalink
fix: message d'abandon du compte rendu ancien (#1842)
Browse files Browse the repository at this point in the history
* fix: message d'abandon du compte rendu ancine

* Update dashboard/src/scenes/report/list.js

---------

Co-authored-by: Arnaud Ambroselli <31724752+arnaudambro@users.noreply.github.com>
  • Loading branch information
rap2hpoutre and arnaudambro committed Feb 8, 2024
1 parent d14c504 commit 596de37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/src/scenes/report/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ const List = () => {

return (
<>
<div className="tw-mb-8 tw-border-l-4 tw-border-red-500 tw-bg-red-100 tw-p-4 tw-text-red-700" role="alert">
Cet affichage des comptes rendus sera supprimé à partir du 15 février 2024. Utilisez l'onglet "Comptes rendus BETA"
</div>
<HeaderStyled style={{ padding: '16px 0' }}>
<div style={{ display: 'flex', flexGrow: '1' }}>
<HeaderTitle style={{ fontWeight: '400', flexShrink: 0 }}>
Expand Down

0 comments on commit 596de37

Please sign in to comment.