From 1ad582c8f507cc9a5e05f3161a0bb54572c97d70 Mon Sep 17 00:00:00 2001 From: EFEELE Date: Tue, 15 Apr 2025 12:27:30 -0600 Subject: [PATCH] feat: Add AI category to the Windsurf logo --- src/data/svgs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 55b0c5e..08b89da 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -9,7 +9,7 @@ export const svgs: iSVG[] = [ }, { title: 'Windsurf', - category: 'Software', + category: ['Software', 'AI'], route: '/library/windsurf-logo.svg', url: 'https://codeium.com/windsurf' },