Skip to content

Commit

Permalink
add twitter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuxSS4 committed Feb 23, 2025
1 parent 89a20e5 commit 1c3f78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";

import { FaDiscord } from "react-icons/fa";
import { FaReddit } from "react-icons/fa";
// import { FaXTwitter } from "react-icons/fa6";
import { FaXTwitter } from "react-icons/fa6";
import { FaCopyright } from "react-icons/fa";

export function Footer() {
Expand Down Expand Up @@ -60,9 +60,9 @@ export function Footer() {
<button className="text-gray-400 hover:text-white transition-colors">
<FaReddit className="w-6 h-6" />
</button>
{/* <button className="text-gray-400 hover:text-white transition-colors">
<button className="text-gray-400 hover:text-white transition-colors">
<FaXTwitter className="w-6 h-6" />
</button> */}
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 1c3f78e

Please sign in to comment.