Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: suppression du viewbox sur le logo #3283

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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