Skip to content

Commit

Permalink
fix: suppression du viewbox sur le logo (#3283)
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Oct 12, 2023
1 parent 4050768 commit 6e6193b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/components/Page/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ const Header = () => {
<Container maxW="xl" py={[0, 2]} px={[0, 4]}>
<Flex flexDirection={["column", "column", "column", "row"]} alignItems="center" color="grey.800">
<Link href="/" p={[4, 0]}>
<Image
src="/images/marianne.svg#svgView(viewBox(12 0 152 78))"
alt="Logo République française"
userSelect="none"
/>
<Image src="/images/marianne.svg" alt="Logo République française" userSelect="none" />
</Link>
<Box mt={["2w", "2w", "0"]} marginLeft="5w" textAlign={["center", "center", "initial"]} flexGrow={1}>
<Heading as="h6" variant="h1" fontSize="gamma">
Expand Down

0 comments on commit 6e6193b

Please sign in to comment.