From e85e7dc05ec4eab4c866adf5a6f70203112e3601 Mon Sep 17 00:00:00 2001 From: EFEELE Date: Mon, 31 Mar 2025 12:18:54 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20Windsurf=20SVG=20asset=20t?= =?UTF-8?q?o=20the=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/windsurf-logo.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/windsurf-logo.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 72011e0..6809c28 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Windsurf', + category: 'Software', + route: '/library/windsurf-logo.svg', + url: 'https://codeium.com/windsurf' + }, { title: 'daisyUI', category: 'Library', diff --git a/static/library/windsurf-logo.svg b/static/library/windsurf-logo.svg new file mode 100644 index 0000000..ce19e25 --- /dev/null +++ b/static/library/windsurf-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file