feat: 📦 Add Kafka logo and wordmark svg

This commit is contained in:
ria-ang
2025-09-06 11:48:19 +09:00
parent f45b2d9d27
commit 6d031bc995
4 changed files with 16 additions and 2 deletions
+13 -2
View File
@@ -3812,6 +3812,17 @@ export const svgs: iSVG[] = [
route: '/library/eslint.svg',
url: 'https://eslint.org/'
},
{
title: 'Apache Kafka',
category: 'Analytics',
route: '/library/apache-kafka-logo.svg',
wordmark: {
light: '/library/apache-kafka-wordmark-light.svg',
dark: '/library/apache-kafka-wordmark-dark.svg'
},
url: 'https://kafka.apache.org/',
brandUrl: 'https://kafka.apache.org/brand'
},
{
title: 'PlainSignal',
category: 'Analytics',
@@ -3839,8 +3850,8 @@ export const svgs: iSVG[] = [
dark: '/library/powersync-wordmark-dark.svg'
},
url: 'https://powersync.com/'
},
{
},
{
title: 'n8n',
category: ['Platform', 'Automation', 'AI'],
route: '/library/n8n.svg',