Skip to content

Commit

Permalink
Merge pull request #62 from vedhcet-07/twitter-icon
Browse files Browse the repository at this point in the history
Updated Twitter icon
  • Loading branch information
ajay-dhangar authored Oct 5, 2024
2 parents a965020 + 2e31a57 commit cb55fa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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

0 comments on commit cb55fa6

Please sign in to comment.