Skip to content

Commit

Permalink
πŸ”€ Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Sep 26, 2023
1 parent f37a787 commit 8da618b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/pageComponents/shared/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import styled from 'styled-components'
import { forwardRef } from 'react'
import { Typography } from '@equinor/eds-core-react'
import { Facebook, Instagram, Linkedin, Twitter, Youtube } from '../icons'
import type { FooterLinkData, SomeType, FooterColumns } from '../../types/types'
import { default as NextLink } from 'next/link'
Expand All @@ -26,14 +25,6 @@ const FooterTop = styled.div`
}
`

const CompanyName = styled(Typography)`
text-align: center;
font-size: var(--typeScale-small);
color: white;
@media (max-width: 750px) {
text-align: left;
}
`
const LinkHeader = styled.h3`
font-size: var(--typeScale-2);
color: var(--white-100);
Expand Down

0 comments on commit 8da618b

Please sign in to comment.