import { Heart } from "lucide-react"; import { useTranslation } from "@/hooks/useTranslation"; export const HuggingFaceLink = () => { const t = useTranslation(); return (

{t.welcome.likeGameText}

{t.welcome.likeOnHuggingface}
); };