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

Commit

Permalink
Mise à jour de la banner d'annonce de notre site pour l'annnonce du n…
Browse files Browse the repository at this point in the history
…ouveaut site à venir

Update AnnouncementBanner.tsx
  • Loading branch information
sam-pires authored Aug 2, 2024
1 parent c06a875 commit bce6548
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions components/AnnouncementBanner/AnnouncementBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ const AnnouncementBanner = () => {

return (
<div className="announcement-banner">
Nouvelle version disponible :{' '}
<strong>
Archifiltre Docs v4.1.2 &quot;Unicorn Utopia&quot; 🦄
</strong>{' '}
{docsDownloadLink && (
<Link href={docsDownloadLink} className={'announcement-link'}>
Découvrez-la ici
</Link>
)}
Attention :{' '}
</strong>
Notre nouveau site va bientôt faire peau neuve. Nouvelle identité et nouvelle URL
</div>
);
};
Expand Down

0 comments on commit bce6548

Please sign in to comment.