Skip to content

Commit

Permalink
Merge pull request #1568 from nextstrain/feat/remove-twitter-button
Browse files Browse the repository at this point in the history
feat: remove twitter button
  • Loading branch information
ivan-aksamentov authored Feb 17, 2025
2 parents 08de2af + 2d3dd06 commit bfa28a1
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { useRecoilValue } from 'recoil'
import styled, { useTheme } from 'styled-components'
import { BsCaretRightFill as ArrowRight } from 'react-icons/bs'
import { FaDocker, FaGithub, FaXTwitter, FaDiscourse } from 'react-icons/fa6'
import { FaDocker, FaGithub, FaDiscourse } from 'react-icons/fa6'
import { NavigationMenu } from 'src/components/Layout/NavigationMenu'
import { Link } from 'src/components/Link/Link'
import { LinkSmart } from 'src/components/Link/LinkSmart'
Expand Down Expand Up @@ -214,11 +214,6 @@ export function NavigationBar() {

const linksSocial = useMemo(() => {
return [
{
url: 'https://twitter.com/nextstrain',
title: t('Link to our X.com (Twitter)'),
content: <FaXTwitter size={20} color="#aaa" className="mb-1" />,
},
{
url: 'https://discussion.nextstrain.org/',
title: t('Link to our discussion forum'),
Expand Down

0 comments on commit bfa28a1

Please sign in to comment.