mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
✨ Update Windsurf logo + URL, and add wordmark + brand URL
This commit is contained in:
+10
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user