Skip to content

Commit

Permalink
test the docker stack cd while doing the twitter logo commenting in f…
Browse files Browse the repository at this point in the history
…ooter
  • Loading branch information
GokuxSS4 committed Feb 23, 2025
1 parent b66d407 commit 89a20e5
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 89a20e5

Please sign in to comment.