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