Skip to content

Commit

Permalink
Remove Medium in footer (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
neikop authored Dec 8, 2023
1 parent c00ad65 commit e843648
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import styled from 'styled-components'
import ChainSecurity from 'assets/svg/chainsecurity.svg'
import { Telegram } from 'components/Icons'
import Discord from 'components/Icons/Discord'
import Medium from 'components/Icons/Medium'
import PoweredByIconDark from 'components/Icons/PoweredByIconDark'
import TwitterIcon from 'components/Icons/TwitterIcon'
import InfoHelper from 'components/InfoHelper'
Expand Down Expand Up @@ -92,9 +91,6 @@ export const FooterSocialLink = () => {
<ExternalLinkNoLineHeight href={KYBER_NETWORK_DISCORD_URL}>
<Discord width={16} height={12} color={theme.subText} />
</ExternalLinkNoLineHeight>
<ExternalLinkNoLineHeight href={`https://blog.kyber.network`}>
<Medium />
</ExternalLinkNoLineHeight>
</Flex>
)
}
Expand Down

0 comments on commit e843648

Please sign in to comment.