Skip to content

Commit 877a04c

Browse files
committed
📦 Add Gemini wordmark + InflectionAI + Qwen & xAI
1 parent 031e354 commit 877a04c

13 files changed

+59
-36
lines changed

src/data/svgs.ts

Lines changed: 50 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ export const svgs: iSVG[] = [
2727
},
2828
url: 'https://milanote.com'
2929
},
30-
{
31-
title: 'Inflection AI',
32-
category: 'AI',
33-
route: {
34-
light: '/library/inflectionai_light.svg',
35-
dark: '/library/inflectionai_dark.svg'
36-
},
37-
url: 'https://inflection.ai/'
38-
},
30+
3931
{
4032
title: 'Together AI',
4133
category: 'AI',
@@ -1445,12 +1437,7 @@ export const svgs: iSVG[] = [
14451437
wordmark: '/library/duckduckgo-wordmark.svg',
14461438
url: 'https://duckduckgo.com/'
14471439
},
1448-
{
1449-
title: 'Gemini',
1450-
category: ['Google', 'AI'],
1451-
route: '/library/bard.svg',
1452-
url: 'https://gemini.google.com/'
1453-
},
1440+
14541441
{
14551442
title: 'Obsidian',
14561443
category: 'Software',
@@ -3220,13 +3207,6 @@ export const svgs: iSVG[] = [
32203207
route: '/library/dotenvx.svg',
32213208
url: 'https://dotenvx.com'
32223209
},
3223-
{
3224-
title: 'Apache Kafka',
3225-
category: 'Software',
3226-
route: '/library/apache-kafka.svg',
3227-
wordmark: '/library/apache-kafka-wordmark.svg',
3228-
url: 'https://kafka.apache.org'
3229-
},
32303210
{
32313211
title: 'Motion',
32323212
category: 'Library',
@@ -3295,19 +3275,19 @@ export const svgs: iSVG[] = [
32953275
url: 'https://vercel.com/'
32963276
},
32973277
{
3298-
"title": "Socket.io",
3299-
"category": "Software",
3300-
"route": {
3301-
dark: "/library/socketio-dark.svg",
3302-
light: "/library/socketio-light.svg"
3278+
title: 'Socket.io',
3279+
category: 'Software',
3280+
route: {
3281+
dark: '/library/socketio-dark.svg',
3282+
light: '/library/socketio-light.svg'
33033283
},
3304-
"url": "https://socket.io/"
3284+
url: 'https://socket.io/'
33053285
},
33063286
{
3307-
"title": "Ant Design",
3308-
"category": "Library",
3309-
"route": "/library/ant-design-dark-theme.svg",
3310-
"url": "https://ant.design/"
3287+
title: 'Ant Design',
3288+
category: 'Library',
3289+
route: '/library/ant-design-dark-theme.svg',
3290+
url: 'https://ant.design/'
33113291
},
33123292
{
33133293
title: 'VSCodium',
@@ -3327,5 +3307,43 @@ export const svgs: iSVG[] = [
33273307
dark: '/library/zen-browser-wordmark-dark.svg'
33283308
},
33293309
url: 'https://zen-browser.app/'
3310+
},
3311+
{
3312+
title: 'Gemini',
3313+
category: ['Google', 'AI'],
3314+
route: '/library/gemini.svg',
3315+
wordmark: '/library/gemini_wordmark.svg',
3316+
url: 'https://gemini.google.com/'
3317+
},
3318+
{
3319+
title: 'xAI (Grok)',
3320+
category: ['AI'],
3321+
route: {
3322+
light: '/library/xai_light.svg',
3323+
dark: '/library/xai_dark.svg'
3324+
},
3325+
url: 'https://grok.com/'
3326+
},
3327+
{
3328+
title: 'Qwen',
3329+
category: ['AI'],
3330+
route: {
3331+
light: '/library/qwen_light.svg',
3332+
dark: '/library/qwen_dark.svg'
3333+
},
3334+
url: 'https://chat.qwenlm.ai/'
3335+
},
3336+
{
3337+
title: 'Inflection AI',
3338+
category: 'AI',
3339+
route: {
3340+
light: '/library/inflectionai_light.svg',
3341+
dark: '/library/inflectionai_dark.svg'
3342+
},
3343+
wordmark: {
3344+
light: '/library/inflectionai_wordmark_light.svg',
3345+
dark: '/library/inflectionai_wordmark_dark.svg'
3346+
},
3347+
url: 'https://inflection.ai/'
33303348
}
33313349
];

static/library/apache-kafka-wordmark.svg

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

static/library/apache-kafka.svg

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

static/library/gemini_wordmark.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)