Skip to content

Commit

Permalink
Update dashboard/src/components/FinDeManoFabrique.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Ambroselli <[email protected]>
  • Loading branch information
rap2hpoutre and arnaudambro authored Feb 19, 2024
1 parent 842049c commit e226ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/FinDeManoFabrique.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState } from 'react';
export default function FinDeManoFabrique() {
const [show, setShow] = useState(true);
return (
<div className="tw-mb-8 tw-border-l-4 tw-border-orange-500 tw-bg-orange-100 tw-p-4 tw-text-orange-700" role="alert">
<div className="noprint tw-mb-8 tw-border-l-4 tw-border-orange-500 tw-bg-orange-100 tw-p-4 tw-text-orange-700" role="alert">
Dans le cadre de sa pérennisation, Mano ne sera pas accessible le 5 mars dès 9h. Pour en savoir plus, cliquez
<button
onClick={() => setShow(!show)}
Expand Down

0 comments on commit e226ae6

Please sign in to comment.