diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 31e5d28..11bb029 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -27,15 +27,7 @@ export const svgs: iSVG[] = [
},
url: 'https://milanote.com'
},
- {
- title: 'Inflection AI',
- category: 'AI',
- route: {
- light: '/library/inflectionai_light.svg',
- dark: '/library/inflectionai_dark.svg'
- },
- url: 'https://inflection.ai/'
- },
+
{
title: 'Together AI',
category: 'AI',
@@ -1445,12 +1437,7 @@ export const svgs: iSVG[] = [
wordmark: '/library/duckduckgo-wordmark.svg',
url: 'https://duckduckgo.com/'
},
- {
- title: 'Gemini',
- category: ['Google', 'AI'],
- route: '/library/bard.svg',
- url: 'https://gemini.google.com/'
- },
+
{
title: 'Obsidian',
category: 'Software',
@@ -3220,13 +3207,6 @@ export const svgs: iSVG[] = [
route: '/library/dotenvx.svg',
url: 'https://dotenvx.com'
},
- {
- title: 'Apache Kafka',
- category: 'Software',
- route: '/library/apache-kafka.svg',
- wordmark: '/library/apache-kafka-wordmark.svg',
- url: 'https://kafka.apache.org'
- },
{
title: 'Motion',
category: 'Library',
@@ -3295,19 +3275,19 @@ export const svgs: iSVG[] = [
url: 'https://vercel.com/'
},
{
- "title": "Socket.io",
- "category": "Software",
- "route": {
- dark: "/library/socketio-dark.svg",
- light: "/library/socketio-light.svg"
+ title: 'Socket.io',
+ category: 'Software',
+ route: {
+ dark: '/library/socketio-dark.svg',
+ light: '/library/socketio-light.svg'
},
- "url": "https://socket.io/"
+ url: 'https://socket.io/'
},
{
- "title": "Ant Design",
- "category": "Library",
- "route": "/library/ant-design-dark-theme.svg",
- "url": "https://ant.design/"
+ title: 'Ant Design',
+ category: 'Library',
+ route: '/library/ant-design-dark-theme.svg',
+ url: 'https://ant.design/'
},
{
title: 'VSCodium',
@@ -3327,5 +3307,43 @@ export const svgs: iSVG[] = [
dark: '/library/zen-browser-wordmark-dark.svg'
},
url: 'https://zen-browser.app/'
+ },
+ {
+ title: 'Gemini',
+ category: ['Google', 'AI'],
+ route: '/library/gemini.svg',
+ wordmark: '/library/gemini_wordmark.svg',
+ url: 'https://gemini.google.com/'
+ },
+ {
+ title: 'xAI (Grok)',
+ category: ['AI'],
+ route: {
+ light: '/library/xai_light.svg',
+ dark: '/library/xai_dark.svg'
+ },
+ url: 'https://grok.com/'
+ },
+ {
+ title: 'Qwen',
+ category: ['AI'],
+ route: {
+ light: '/library/qwen_light.svg',
+ dark: '/library/qwen_dark.svg'
+ },
+ url: 'https://chat.qwenlm.ai/'
+ },
+ {
+ title: 'Inflection AI',
+ category: 'AI',
+ route: {
+ light: '/library/inflectionai_light.svg',
+ dark: '/library/inflectionai_dark.svg'
+ },
+ wordmark: {
+ light: '/library/inflectionai_wordmark_light.svg',
+ dark: '/library/inflectionai_wordmark_dark.svg'
+ },
+ url: 'https://inflection.ai/'
}
];
diff --git a/static/library/apache-kafka-wordmark.svg b/static/library/apache-kafka-wordmark.svg
deleted file mode 100644
index fdf52d4..0000000
--- a/static/library/apache-kafka-wordmark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/library/apache-kafka.svg b/static/library/apache-kafka.svg
deleted file mode 100644
index 270d48c..0000000
--- a/static/library/apache-kafka.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/library/bard.svg b/static/library/gemini.svg
similarity index 100%
rename from static/library/bard.svg
rename to static/library/gemini.svg
diff --git a/static/library/gemini_wordmark.svg b/static/library/gemini_wordmark.svg
new file mode 100644
index 0000000..ba4d37d
--- /dev/null
+++ b/static/library/gemini_wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/inflectionai_dark.svg b/static/library/inflectionai_dark.svg
index e0ce565..753fead 100644
--- a/static/library/inflectionai_dark.svg
+++ b/static/library/inflectionai_dark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/library/inflectionai_light.svg b/static/library/inflectionai_light.svg
index ad4c1d6..c045897 100644
--- a/static/library/inflectionai_light.svg
+++ b/static/library/inflectionai_light.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/library/inflectionai_wordmark_dark.svg b/static/library/inflectionai_wordmark_dark.svg
new file mode 100644
index 0000000..e0ce565
--- /dev/null
+++ b/static/library/inflectionai_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/inflectionai_wordmark_light.svg b/static/library/inflectionai_wordmark_light.svg
new file mode 100644
index 0000000..ad4c1d6
--- /dev/null
+++ b/static/library/inflectionai_wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/qwen_dark.svg b/static/library/qwen_dark.svg
new file mode 100644
index 0000000..3a2f756
--- /dev/null
+++ b/static/library/qwen_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/qwen_light.svg b/static/library/qwen_light.svg
new file mode 100644
index 0000000..a4bb382
--- /dev/null
+++ b/static/library/qwen_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/xai_dark.svg b/static/library/xai_dark.svg
new file mode 100644
index 0000000..06ab179
--- /dev/null
+++ b/static/library/xai_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/xai_light.svg b/static/library/xai_light.svg
new file mode 100644
index 0000000..27f1e81
--- /dev/null
+++ b/static/library/xai_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file