diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 622e375..c833e4e 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -1,7 +1,7 @@ import { FaGithub } from "react-icons/fa"; const Header = () => { return ( -
+

Built by -{" "} { > +

); }; export default Header; + +export const ProductHuntBadge = () => ( + + Code to Image Converter - Convert your code snippets to beautiful images | Product Hunt + +);