Skip to content

Commit cbc675a

Browse files
committed
Replace Twitter in NavBar
1 parent d09df4f commit cbc675a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/navbar/NavBar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link, useI18next } from 'gatsby-plugin-react-i18next'
33
import React from 'react'
44
import AnchorLink from 'react-anchor-link-smooth-scroll'
55
import { Button, Col, Container, Nav, NavDropdown, Navbar, Row } from 'react-bootstrap'
6-
import { FaFacebookF, FaGithub, FaTwitter } from 'react-icons/fa'
6+
import { FaFacebookF, FaGithub, FaLinkedinIn } from 'react-icons/fa'
77
import LanguageToggle from './LanguageToggle'
88
import NAVBAR_ITEMS from './navbar-items'
99

@@ -119,9 +119,9 @@ const NavBar: React.FC<Props> = ({ href }) => {
119119
as="a"
120120
target="_blank"
121121
rel="noopener noreferrer"
122-
href="https://twitter.com/ftsrg_bme"
122+
href="https://hu.linkedin.com/company/ftsrg"
123123
>
124-
<FaTwitter />
124+
<FaLinkedinIn />
125125
</Button>
126126
<Button
127127
className="rounded-0 me-1"

0 commit comments

Comments
 (0)