Skip to content

Commit 88b4908

Browse files
authored
Merge pull request #753 from vladiantio/fix/update-windsurf-logo
✨ Update Windsurf logo + URL, and add wordmark + brand URL
2 parents 3392e73 + d45d23f commit 88b4908

File tree

7 files changed

+16
-5
lines changed

7 files changed

+16
-5
lines changed

β€Žsrc/data/svgs.tsβ€Ž

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,16 @@ export const svgs: iSVG[] = [
3030
{
3131
title: 'Windsurf',
3232
category: ['Software', 'AI'],
33-
route: '/library/windsurf-logo.svg',
34-
url: 'https://codeium.com/windsurf'
33+
route: {
34+
light: '/library/windsurf-light.svg',
35+
dark: '/library/windsurf-dark.svg'
36+
},
37+
wordmark: {
38+
light: '/library/windsurf-wordmark-light.svg',
39+
dark: '/library/windsurf-wordmark-dark.svg'
40+
},
41+
url: 'https://windsurf.com/editor',
42+
brandUrl: 'https://windsurf.com/brand'
3543
},
3644
{
3745
title: 'Mattermost',

β€Žsrc/types/categories.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export type tCategory =
3232
| 'Secrets'
3333
| 'IaC'
3434
| 'Analytics'
35-
| 'Sync Engine';
35+
| 'Sync Engine'
3636
| 'Platform'
37-
| 'Automation';
37+
| 'Automation';
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

β€Žstatic/library/windsurf-logo.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
Β (0)