diff --git a/apps/web/src/components/landing/hero.tsx b/apps/web/src/components/landing/hero.tsx index 7f0934b..c0d6378 100644 --- a/apps/web/src/components/landing/hero.tsx +++ b/apps/web/src/components/landing/hero.tsx @@ -9,7 +9,6 @@ import { useEffect, useState } from "react"; import { useToast } from "@/hooks/use-toast"; import { getStars } from "@/lib/fetchGhStars"; import Image from "next/image"; -// import { BsTwitterX, BsGithub } from "react-icons/bs"; import { RiGithubLine, RiTwitterXLine } from "react-icons/ri"; interface HeroProps {