Skip to content

Commit c9e954e

Browse files
committed
Adds CodeLet project to the projects list
1 parent 2400f6e commit c9e954e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/data.js

+14-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ import threadReader from './assets/thread-reader.png';
2020
import formeasy from './assets/formeasy.png';
2121
import formify from './assets/formify.png';
2222
import bookmarker from './assets/bookmarker.png';
23+
import codelet from './assets/codelet.png';
2324

2425
const projects = [
2526
{
26-
image: tweetlet,
27-
title: 'Tweetlet',
27+
image: codelet,
28+
title: 'CodeLet',
2829
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',
3233
},
3334
{
3435
image: formify,
@@ -38,6 +39,14 @@ const projects = [
3839
demoUrl: 'https://formify.vercel.app/',
3940
git: 'https://github.com/Basharath/Formify',
4041
},
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+
},
4150
{
4251
image: bookmarker,
4352
title: 'Bookmarker',

0 commit comments

Comments
 (0)