File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments