Skip to content

Commit

Permalink
plusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Mar 5, 2024
1 parent e308a57 commit 48a061a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions dashboard/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,22 @@ const App = ({ resetRecoil }) => {

return (
<div className="main-container">
<div className="tw-mb-8 tw-border-l-4 tw-border-green-500 tw-bg-green-100 tw-p-4 tw-text-green-700" role="alert">
La migration de Mano est terminée 🎉 et vous pouvez vous rendre sur <a href="https://espace-mano.sesan.fr/">https://espace-mano.sesan.fr/</a>
<div
className="tw-mb-8 tw-min-w-[600px] tw-border-l-4 tw-border-green-500 tw-bg-green-100 tw-p-4 tw-text-center tw-text-green-700"
role="alert">
La migration de Mano est terminée 🎉 <br />
vous pouvez vous rendre sur <br />
<br />
👉 <a href="https://espace-mano.sesan.fr/">https://espace-mano.sesan.fr/</a> 👈
<br />
<br />
<a
href="https://www.youtube.com/watch?v=VScSEXRwUqQ&pp=ygUQdGhpcyBpcyB0aGUgZW5kIA%3D%3D"
target="_blank"
rel="noreferrer"
className="tw-text-xs tw-text-green-700 tw-underline">
puis célébrer cette grande étape 🕺💃
</a>
</div>
</div>
);
Expand Down

0 comments on commit 48a061a

Please sign in to comment.