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

Commit

Permalink
fix: code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Aug 2, 2024
1 parent a28c131 commit 25b122f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions components/AnnouncementBanner/AnnouncementBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import Link from 'next/link';
import React from 'react';
import { getDownloadLink } from '../../utils';
// import { getDownloadLink } from '../../utils';

const AnnouncementBanner = () => {
const docsDownloadLink = getDownloadLink(undefined, 'docs');
// const docsDownloadLink = getDownloadLink(undefined, 'docs');

return (
<div className="announcement-banner">
<strong>
Attention :{' '}
</strong>
Notre nouveau site va bientôt faire peau neuve. Nouvelle identité et nouvelle URL
<strong>Attention : </strong>
Notre nouveau site va bientôt faire peau neuve. Nouvelle identité et
nouvelle URL
</div>
);
};
Expand Down

0 comments on commit 25b122f

Please sign in to comment.