Skip to content

Commit

Permalink
Delete double link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucieo committed Mar 4, 2024
1 parent f8a55e1 commit bf1931b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/FooterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const FooterMenu = () => {
<MenuItem href={ROUTE_ACTU} text={t('nav.news')} />
<MenuItem href={ROUTE_FAQ} text={t('nav.faq')} />
<MenuItem href={ROUTE_CONTACT} text={t('nav.contact')} />
<MenuItem href={ROUTE_CONTACT} text={t('nav.contact')} />
</Box>
{!loading && !session && (
<Box pl={14}>
Expand Down

0 comments on commit bf1931b

Please sign in to comment.