Skip to content

Commit

Permalink
remove unsued component
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf authored and berteotti committed Mar 7, 2024
1 parent 1460844 commit 695dbe6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { ApplicationModal } from '../../state/application/actions'
import { useModalOpen } from '../../state/application/hooks'
import { useDarkModeManager, useUpdateSelectedChartOption } from '../../state/user/hooks'
import { ChartOption } from '../../state/user/reducer'
import { ExternalLink } from '../../theme'
import { breakpoints } from '../../utils/theme'
import { UnsupportedNetworkPopover } from '../NetworkUnsupportedPopover'
import Row, { RowFixed, RowFlat } from '../Row'
Expand Down Expand Up @@ -191,17 +190,6 @@ const StyledChevron = styled(ChevronUp)<{ open: boolean }>`
stroke: ${({ theme }) => theme.orange1};
transform: ${({ open }) => (open ? 'rotate(0deg)' : 'rotate(180deg)')};
`
const DCAExternalLink = styled(ExternalLink)`
display: none;
${({ theme }) => theme.mediaWidth.upToMedium`
position: relative;
display: flex;
font-weight: 600;
font-size: 14px;
color: #c9c7db;
margin-right: 18px;
`}
`

const NewBadge = styled.p`
position: absolute;
Expand Down

0 comments on commit 695dbe6

Please sign in to comment.