Added Apache kafka svg with light and dark mode variants

This commit is contained in:
Tyler Durden
2025-10-09 10:36:39 +05:30
parent ff88dbc341
commit 8ed427b721
3 changed files with 26 additions and 8 deletions
+11 -8
View File
@@ -539,13 +539,13 @@ export const svgs: iSVG[] = [
url: "https://tailwindcss.com/",
},
{
title: 'WakaTime',
category: 'Devtool',
route: {
light: '/library/wakatime-dark.svg',
dark: '/library/wakatime-light.svg'
},
url: 'https://wakatime.com'
title: 'WakaTime',
category: 'Devtool',
route: {
light: '/library/wakatime-dark.svg',
dark: '/library/wakatime-light.svg'
},
url: 'https://wakatime.com'
},
{
title: "Styled Components",
@@ -3906,7 +3906,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