File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ import threadReader from './assets/thread-reader.png';
20
20
import formeasy from './assets/formeasy.png' ;
21
21
import formify from './assets/formify.png' ;
22
22
import bookmarker from './assets/bookmarker.png' ;
23
+ import codelet from './assets/codelet.png' ;
23
24
24
25
const projects = [
25
26
{
26
- image : tweetlet ,
27
- title : 'Tweetlet ' ,
27
+ image : codelet ,
28
+ title : 'CodeLet ' ,
28
29
description :
29
- 'Tweetlet is an amazing tool to create beautiful images from tweets, text and any other images in a snap.' ,
30
- demoUrl : 'https://tweetlet.net/' ,
31
- info : 'https://devapt. com/create-images-tweetlet ' ,
30
+ 'CodeLet is a free tool that lets you create beautiful and attention grabbing code snippet images in a snap.' ,
31
+ demoUrl : 'https://tweetlet.net/code ' ,
32
+ info : 'https://www.producthunt. com/posts/codelet ' ,
32
33
} ,
33
34
{
34
35
image : formify ,
@@ -38,6 +39,14 @@ const projects = [
38
39
demoUrl : 'https://formify.vercel.app/' ,
39
40
git : 'https://github.com/Basharath/Formify' ,
40
41
} ,
42
+ {
43
+ image : tweetlet ,
44
+ title : 'Tweetlet' ,
45
+ description :
46
+ 'Tweetlet is an amazing tool to create beautiful images from tweets, text and any other images in a snap.' ,
47
+ demoUrl : 'https://tweetlet.net/' ,
48
+ info : 'https://devapt.com/create-images-tweetlet' ,
49
+ } ,
41
50
{
42
51
image : bookmarker ,
43
52
title : 'Bookmarker' ,
You can’t perform that action at this time.
0 commit comments