Skip to content

Commit

Permalink
Updated Twitter Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhcet-07 authored Oct 4, 2024
1 parent c66845a commit ceedd57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import { FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa";
import { FaGithub, FaLinkedin,} from "react-icons/fa";
import {FaXTwitter} from 'react-icons/fa6';
import Link from "@docusaurus/Link";

const Footer: React.FC = () => {
Expand Down Expand Up @@ -82,7 +83,7 @@ const Footer: React.FC = () => {
rel="noopener noreferrer"
className="text-gray-400 hover:text-white transition duration-200"
>
<FaTwitter className="w-6 h-6" />
<FaXTwitter className="w-6 h-6" />
</Link>
</div>
</div>
Expand Down Expand Up @@ -113,4 +114,4 @@ const Footer: React.FC = () => {
);
};

export default Footer;
export default Footer;

0 comments on commit ceedd57

Please sign in to comment.