Skip to content

Commit 27db5a9

Browse files
authored
Merge pull request #802 from shahvivek2004/fix/kafka-logo
Added Apache kafka svg with light and dark mode variants
2 parents 7d3c144 + 8ed427b commit 27db5a9

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

src/data/svgs.ts

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,13 @@ export const svgs: iSVG[] = [
546546
url: "https://tailwindcss.com/",
547547
},
548548
{
549-
title: 'WakaTime',
550-
category: 'Devtool',
551-
route: {
552-
light: '/library/wakatime-dark.svg',
553-
dark: '/library/wakatime-light.svg'
554-
},
555-
url: 'https://wakatime.com'
549+
title: 'WakaTime',
550+
category: 'Devtool',
551+
route: {
552+
light: '/library/wakatime-dark.svg',
553+
dark: '/library/wakatime-light.svg'
554+
},
555+
url: 'https://wakatime.com'
556556
},
557557
{
558558
title: "Styled Components",
@@ -3921,7 +3921,10 @@ export const svgs: iSVG[] = [
39213921
{
39223922
title: "Apache Kafka",
39233923
category: "Analytics",
3924-
route: "/library/apache-kafka-logo.svg",
3924+
route: {
3925+
light: '/library/apache-kafka-light.svg',
3926+
dark: '/library/apache-kafka-dark.svg'
3927+
},
39253928
wordmark: {
39263929
light: "/library/apache-kafka-wordmark-light.svg",
39273930
dark: "/library/apache-kafka-wordmark-dark.svg",

static/library/apache-kafka-dark.svg

Lines changed: 7 additions & 0 deletions
Loading

static/library/apache-kafka-light.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)