Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: add banner fin de service
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Mar 18, 2024
1 parent fe541bd commit c1887e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ export default function Home() {
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
<>
<CallOut
buttonProps={{
children: "En savoir plus",
onClick: () => {
window.location.href = "/fin-de-service";
},
}}
title="Fin de service"
colorVariant="orange-terre-battue"
>
L&apos;application BPCO&apos;Mieux ne sera plus maintenue et plus
accessible sur les stores à partir du 15 avril 2024.
</CallOut>
<section className="fr-container" style={{ position: "relative" }}>
<h1>BPCO&apos;MIEUX</h1>
<p className="text-lead">
Expand Down

0 comments on commit c1887e0

Please sign in to comment.