You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constDESCRIPTION='Create beautiful snippet of your code using Code to Image, with customizable theme UI, fonts, background, Dark mode and much more and downlaod the snippet in different formats. Convert your code into beautiful images with few clicks. Share this beautiful snippet with your friends and colleagues and make your code look more beautiful and attractive.';
12
+
constURL='https://codetoimg.vercel.app/';
11
13
12
14
constNavbar=()=>{
13
15
const[gitLogo,setgitLogo]=React.useState(false);
@@ -22,18 +24,50 @@ const Navbar = () => {
22
24
<divclassName='flex justify-center items-center'>
23
25
<Helmet>
24
26
<title>Code to Image</title>
25
-
<metaname='description'content='Create beautiful snippet of your code using Code to Image, with customizable theme UI, fonts, background, Dark mode and much more and downlaod the snippet in different formats'></meta>
0 commit comments