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
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMalard committed May 16, 2024
1 parent eb18e75 commit 66eb3b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { repositoryName } from '../prismicConfiguration';
import '../styles/index.scss';
import useTrackPage from '../src/hooks/useTrackPage';
import { linkResolver } from '../utils/prismic/helpers';
import AnnouncementBanner from "../components/AnnouncementBanner/AnnouncementBanner";

const App = ({ Component, pageProps }: AppProps) => {
useTrackPage();
Expand Down Expand Up @@ -115,7 +116,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 66eb3b0

Please sign in to comment.