Skip to content

Commit 20dabc6

Browse files
committed
Adds quicky AI to the projects list
1 parent cc8bf96 commit 20dabc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/data.js

+9
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,17 @@ import codelet from './assets/codelet.png';
2424
import linktransformer from './assets/link-transformer.png';
2525
import twittercounter from './assets/twitter-counter.png';
2626
import viaNotion from './assets/viaNotion.png';
27+
import quickyAi from './assets/quickyai.png';
2728

2829
const projects = [
30+
{
31+
image: quickyAi,
32+
title: 'Quicky AI',
33+
description:
34+
'Quicky AI is a Chrome extension that helps to use AI quickly and productively on any website just by selecting text',
35+
demoUrl: 'https://quickyai.com',
36+
info: 'https://quickyai.com',
37+
},
2938
{
3039
image: viaNotion,
3140
title: 'viaNotion',

0 commit comments

Comments
 (0)