From b34a105d1326f52509ea698184c33deb571a3a6c Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 5 Jun 2025 15:40:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Lovable=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 ++++++++- static/library/lovable.svg | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 static/library/lovable.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 68da4df..d050db4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2372,7 +2372,7 @@ export const svgs: iSVG[] = [ }, { title: 'Flow Launcher', - category: ['Software','Devtool'], + category: ['Software', 'Devtool'], route: '/library/FlowLauncher.svg', url: 'https://www.flowlauncher.com/' }, @@ -3677,5 +3677,12 @@ export const svgs: iSVG[] = [ dark: '/library/react-wheel-picker_dark.svg' }, url: 'https://react-wheel-picker.chanhdai.com' + }, + { + title: 'Lovable', + category: 'AI', + route: '/library/lovable.svg', + url: 'https://lovable.dev/', + brandUrl: 'https://lovable.dev/brand' } ]; diff --git a/static/library/lovable.svg b/static/library/lovable.svg new file mode 100644 index 0000000..9a845f2 --- /dev/null +++ b/static/library/lovable.svg @@ -0,0 +1 @@ + \ No newline at end of file