diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d4854e3..d9b404f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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', @@ -95,7 +103,6 @@ export const svgs: iSVG[] = [ }, url: 'https://milanote.com' }, - { title: 'Together AI', category: 'AI', @@ -3649,6 +3656,12 @@ export const svgs: iSVG[] = [ route: '/library/firebase-studio.svg', url: 'https://firebase.studio/' }, + { + title: 'Dingocoin', + category: 'Crypto', + route: '/library/dingocoin.svg', + url: 'https://dingocoin.com/' + }, { title: 'HeroUI', category: 'Library', @@ -3816,12 +3829,16 @@ export const svgs: iSVG[] = [ url: 'https://unjs.io/' }, { - title: 'Dingocoin', - category: 'Crypto', - route: '/library/dingocoin.svg', - url: 'https://dingocoin.com/' - }, - { + title: 'PowerSync', + category: ['Sync Engine', 'Database', 'Library'], + route: '/library/powersync.svg', + wordmark: { + light: '/library/powersync-wordmark-light.svg', + dark: '/library/powersync-wordmark-dark.svg' + }, + url: 'https://powersync.com/' +}, +{ title: 'n8n', category: ['Platform', 'Automation', 'AI'], route: '/library/n8n.svg', @@ -3839,5 +3856,16 @@ export const svgs: iSVG[] = [ dark: '/library/kibo-ui-dark.svg' }, url: 'https://kibo-ui.com/' + }, + { + title: 'Ahrefs', + category: 'Platform', + route: '/library/ahrefs.svg', + wordmark: { + dark: '/library/ahrefs-wordmark-dark.svg', + light: '/library/ahrefs-wordmark-light.svg' + }, + url: 'https://ahrefs.com/', + brandUrl: 'https://ahrefs.com/logo' } ]; \ No newline at end of file diff --git a/src/types/categories.ts b/src/types/categories.ts index 3c2a83a..57dd4c7 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -32,5 +32,6 @@ export type tCategory = | 'Secrets' | 'IaC' | 'Analytics' + | 'Sync Engine' | 'Platform' | 'Automation'; diff --git a/static/library/ahrefs-wordmark-dark.svg b/static/library/ahrefs-wordmark-dark.svg new file mode 100755 index 0000000..be21016 --- /dev/null +++ b/static/library/ahrefs-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/ahrefs-wordmark-light.svg b/static/library/ahrefs-wordmark-light.svg new file mode 100755 index 0000000..8798d8c --- /dev/null +++ b/static/library/ahrefs-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/ahrefs.svg b/static/library/ahrefs.svg new file mode 100644 index 0000000..905fdd1 --- /dev/null +++ b/static/library/ahrefs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/powersync-wordmark-dark.svg b/static/library/powersync-wordmark-dark.svg new file mode 100644 index 0000000..82dfc7e --- /dev/null +++ b/static/library/powersync-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/powersync-wordmark-light.svg b/static/library/powersync-wordmark-light.svg new file mode 100644 index 0000000..f5c0423 --- /dev/null +++ b/static/library/powersync-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/powersync.svg b/static/library/powersync.svg new file mode 100644 index 0000000..6130bc3 --- /dev/null +++ b/static/library/powersync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/windsurf-dark.svg b/static/library/windsurf-dark.svg new file mode 100644 index 0000000..8f4b214 --- /dev/null +++ b/static/library/windsurf-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/windsurf-light.svg b/static/library/windsurf-light.svg new file mode 100644 index 0000000..bcaf639 --- /dev/null +++ b/static/library/windsurf-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/windsurf-logo.svg b/static/library/windsurf-logo.svg deleted file mode 100644 index ce19e25..0000000 --- a/static/library/windsurf-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/library/windsurf-wordmark-dark.svg b/static/library/windsurf-wordmark-dark.svg new file mode 100644 index 0000000..2847d61 --- /dev/null +++ b/static/library/windsurf-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/windsurf-wordmark-light.svg b/static/library/windsurf-wordmark-light.svg new file mode 100644 index 0000000..6348fe1 --- /dev/null +++ b/static/library/windsurf-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file