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

Commit

Permalink
fix: footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMalard committed Dec 21, 2023
1 parent ecf5063 commit 41f514e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,19 @@ export const Footer = () => (
</li>

<li>
<Link href={'https://www.twitter.com/'}>Twitter</Link>
<Link href={'https://twitter.com/archifiltre'}>X</Link>
</li>
<li>
<Link href={'https://www.linkedin.com/'}>Linkedin</Link>
<Link
href={'https://www.linkedin.com/company/archifiltre/'}
>
Linkedin
</Link>
</li>
<li>
<Link href={'https://www.youtube.com/'}>Youtube</Link>
<Link href={'https://www.youtube.com/@archifiltre'}>
Youtube
</Link>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion utils/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export const APP_IMAGE_EXTENSION_DOCS_FIX = '-linux-x86_64.AppImage';
export const DMG_EXTENSION_DOCS_FIX_64 = '-mac-x64.dmg';
export const APP_IMAGE_EXTENSION_DOCS_FIX_64 = '-linux-x86_64.AppImage';

export const ARCHIFILTRE_MAIL_ADDRESS = 'contact@archifiltre.fr';
export const ARCHIFILTRE_MAIL_ADDRESS = 'archifiltre@sg.social.gouv.fr';

0 comments on commit 41f514e

Please sign in to comment.