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

Commit

Permalink
set archifiltre-docs to v4.1.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMalard authored May 17, 2024
1 parent eb18e75 commit b291d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/AnnouncementBanner/AnnouncementBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const AnnouncementBanner = () => {
<div className="announcement-banner">
Nouvelle version disponible :{' '}
<strong>
Archifiltre Docs v4.1.0 &quot;Unicorn Utopia&quot; 🦄
Archifiltre Docs v4.1.1 &quot;Unicorn Utopia&quot; 🦄
</strong>{' '}
{docsDownloadLink && (
<Link href={docsDownloadLink} className={'announcement-link'}>
Expand Down
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Link from 'next/link';
import Script from 'next/script';
import { DefaultSeo } from 'next-seo';
import { PostHogProvider } from 'posthog-js/react';
// import AnnouncementBanner from '../components/AnnouncementBanner/AnnouncementBanner';
import AnnouncementBanner from '../components/AnnouncementBanner/AnnouncementBanner';
import { Footer } from '../components/common/Footer';
import { Header } from '../components/common/Header';
import { Layout } from '../components/common/Layout';
Expand Down Expand Up @@ -115,7 +115,7 @@ const App = ({ Component, pageProps }: AppProps) => {
id="pirschextendedjs"
data-code="uJCmStS991SMh0AyfYDKm8Fxx7gXFu6I"
/>
{/*<AnnouncementBanner />*/}
<AnnouncementBanner />
<Header />
<Main>
<Component {...pageProps} />
Expand Down
2 changes: 1 addition & 1 deletion utils/downloadLink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL_MAILS =
'https://github.com/SocialGouv/archifiltre-mails/releases/download/v1.0.0/archifiltre-mails';
export const BASE_URLS_DOCS =
'https://github.com/SocialGouv/archifiltre-docs/releases/download/v4.1.0/archifiltre-docs';
'https://github.com/SocialGouv/archifiltre-docs/releases/download/v4.1.1/archifiltre-docs';

0 comments on commit b291d50

Please sign in to comment.