Skip to content

Commit

Permalink
wiki: footer: Use X icon
Browse files Browse the repository at this point in the history
Change-Id: Ic32c598e9998e8f904a2e4d884aa79528083626b
  • Loading branch information
neroices committed Dec 28, 2024
1 parent 90be7e1 commit afd49eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/site-footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Link from "next/link";
import { LuTwitter } from "react-icons/lu";
import { FaXTwitter } from "react-icons/fa6";

export function SiteFooter() {
return (
Expand All @@ -22,7 +22,7 @@ export function SiteFooter() {

<div className="flex items-center space-x-4">
<Link href="https://x.com/WitAquaROM" target="_blank" rel="noopener noreferrer">
<LuTwitter className="h-5 w-5" />
<FaXTwitter className="h-5 w-5" />
<span className="sr-only">X</span>
</Link>
</div>
Expand Down

0 comments on commit afd49eb

Please sign in to comment.