Update Windsurf logo + URL, and add wordmark + brand URL

This commit is contained in:
Vladimir Antonio F. C.
2025-08-28 22:57:36 -04:00
parent 3392e73b1d
commit 1aabcbb48c
6 changed files with 14 additions and 3 deletions
+10 -2
View File
@@ -30,8 +30,16 @@ export const svgs: iSVG[] = [
{
title: 'Windsurf',
category: ['Software', 'AI'],
route: '/library/windsurf-logo.svg',
url: 'https://codeium.com/windsurf'
route: {
light: '/library/windsurf-light.svg',
dark: '/library/windsurf-dark.svg'
},
wordmark: {
light: '/library/windsurf-wordmark-light.svg',
dark: '/library/windsurf-wordmark-dark.svg'
},
url: 'https://windsurf.com/editor',
brandUrl: 'https://windsurf.com/brand'
},
{
title: 'Mattermost',