Skip to content

Commit

Permalink
Update twitter old icon
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbhar0629 committed Oct 30, 2024
1 parent 2712fe9 commit 37e9f10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions QuizQuestFrontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
import { Link } from "react-router-dom";
import { cn } from "@/lib/utils"; // Ensure this utility works as expected
import { FaXTwitter } from "react-icons/fa6";

export default function Footer() {
return (
Expand Down Expand Up @@ -34,9 +35,9 @@ export default function Footer() {
href="https://twitter.com"
target="_blank"
rel="noopener noreferrer"
className="hover:text-[#cff466] transition-colors duration-300"
className="hover:text-[#cff466] transition-colors duration-300 mt-1"
>
<i className="fab fa-twitter fa-lg"></i>
<FaXTwitter className="w-[15px] h-[15px]" />
</a>
<a
href="https://instagram.com"
Expand Down

0 comments on commit 37e9f10

Please sign in to comment.