diff --git a/src/data/svgs.ts b/src/data/svgs.ts index edbbd08..93f1833 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