Skip to content

Commit

Permalink
fix: add element in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed May 2, 2024
1 parent 4dd2686 commit fe3bb4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webapp/src/components/landing/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Footer = () => {
<Flex
alignItems="center"
justifyContent={{ base: "center", lg: "start" }}
gap={4}
gap={{ base: 4, lg: 6 }}
flexWrap="wrap"
>
<Link href="/cgu">
Expand All @@ -112,6 +112,9 @@ const Footer = () => {
Politique de confidentialité
</Text>
</Link>
<Text color="white" fontSize="lg" fontWeight="bold">
Accessibilité : Non conforme
</Text>
</Flex>
</Flex>
</Container>
Expand Down

0 comments on commit fe3bb4a

Please sign in to comment.