mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #802 from shahvivek2004/fix/kafka-logo
Added Apache kafka svg with light and dark mode variants
This commit is contained in:
+11
-8
@@ -546,13 +546,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",
|
||||
@@ -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 |
Reference in New Issue
Block a user