Skip to content

Commit

Permalink
Fix HowItWorks.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ly0n authored Dec 14, 2024
1 parent 719751b commit dc285be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/HowItWorks.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import { FaCodePullRequest } from "react-icons/fa6";
import { FaSearch, FaRegHandPointRight, FaTwitter, FaLinkedin, FaReddit, FaYCombinator } from "react-icons/fa";
import { FaSearch, FaRegHandPointRight, FaTwitter, FaLinkedin, FaReddit } from "react-icons/fa";
import { FaMastodon } from "react-icons/fa6";

export default function HowItWorks() {
Expand Down Expand Up @@ -135,4 +135,4 @@ export default function HowItWorks() {
</div>
</section>
);
}
}

0 comments on commit dc285be

Please sign in to comment.