Merge pull request #802 from shahvivek2004/fix/kafka-logo

Added Apache kafka svg with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-09 15:07:06 +01:00
committed by GitHub
3 changed files with 26 additions and 8 deletions
+4 -1
View File
@@ -3921,7 +3921,10 @@ export const svgs: iSVG[] = [
{
title: "Apache Kafka",
category: "Analytics",
route: "/library/apache-kafka-logo.svg",
route: {
light: '/library/apache-kafka-light.svg',
dark: '/library/apache-kafka-dark.svg'
},
wordmark: {
light: "/library/apache-kafka-wordmark-light.svg",
dark: "/library/apache-kafka-wordmark-dark.svg",
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB