From 88a6340a1d52ff1c071cff86f8b87e8f03f35cea Mon Sep 17 00:00:00 2001 From: Rohidul Date: Thu, 12 May 2022 22:48:43 +0600 Subject: [PATCH] Product Hunt Badge added --- src/components/Header.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 + +);