From 8ed427b721c2a140d99e95e5f013826635ed5f20 Mon Sep 17 00:00:00 2001 From: Tyler Durden Date: Thu, 9 Oct 2025 10:36:39 +0530 Subject: [PATCH] Added Apache kafka svg with light and dark mode variants --- src/data/svgs.ts | 19 +++++++++++-------- static/library/apache-kafka-dark.svg | 7 +++++++ static/library/apache-kafka-light.svg | 8 ++++++++ 3 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 static/library/apache-kafka-dark.svg create mode 100644 static/library/apache-kafka-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 52e635a..65d203e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", diff --git a/static/library/apache-kafka-dark.svg b/static/library/apache-kafka-dark.svg new file mode 100644 index 0000000..33a2df4 --- /dev/null +++ b/static/library/apache-kafka-dark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/static/library/apache-kafka-light.svg b/static/library/apache-kafka-light.svg new file mode 100644 index 0000000..bb0ab83 --- /dev/null +++ b/static/library/apache-kafka-light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file