We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8bf96 commit 20dabc6Copy full SHA for 20dabc6
src/data.js
@@ -24,8 +24,17 @@ import codelet from './assets/codelet.png';
24
import linktransformer from './assets/link-transformer.png';
25
import twittercounter from './assets/twitter-counter.png';
26
import viaNotion from './assets/viaNotion.png';
27
+import quickyAi from './assets/quickyai.png';
28
29
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
+ },
38
{
39
image: viaNotion,
40
title: 'viaNotion',
0 commit comments