Skip to content

Commit

Permalink
fix[#558]: add TwitterX bootstrap logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiozeppo committed Oct 4, 2024
1 parent 8b9d1e2 commit 163150e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import { Container, Row, Col, Nav } from 'react-bootstrap';
import { Youtube, Telegram, Twitter } from 'react-bootstrap-icons';
import { Youtube, Telegram, TwitterX } from 'react-bootstrap-icons';
import { ReactComponent as Vk } from '../../assets/images/icons/vk.svg';
import classes from './index.module.css';

Expand Down Expand Up @@ -196,7 +196,7 @@ function Footer() {
rel="noopener noreferrer nofollow"
target="_blank"
>
<Twitter />
<TwitterX />
</a>
</li>
</ul>
Expand Down

0 comments on commit 163150e

Please sign in to comment.