mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
fix: format file
This commit is contained in:
+26
-25
@@ -13,7 +13,8 @@ export const svgs: iSVG[] = [
|
|||||||
dark: "/library/nvidia-wordmark-dark.svg",
|
dark: "/library/nvidia-wordmark-dark.svg",
|
||||||
},
|
},
|
||||||
url: "https://www.nvidia.com",
|
url: "https://www.nvidia.com",
|
||||||
brandUrl: "https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
|
brandUrl:
|
||||||
|
"https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Google Classroom",
|
title: "Google Classroom",
|
||||||
@@ -33,10 +34,10 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://kimi.ai",
|
url: "https://kimi.ai",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Zyft',
|
title: "Zyft",
|
||||||
category: 'Library',
|
category: "Library",
|
||||||
route: '/library/zyft.svg',
|
route: "/library/zyft.svg",
|
||||||
url: 'https://zyft.com'
|
url: "https://zyft.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Perspective",
|
title: "Perspective",
|
||||||
@@ -213,11 +214,11 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://lua.org/",
|
url: "https://lua.org/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Mercado Libre",
|
title: "Mercado Libre",
|
||||||
"category": ["Marketplace", "Platform"],
|
category: ["Marketplace", "Platform"],
|
||||||
"route": "/library/mercado-libre.svg",
|
route: "/library/mercado-libre.svg",
|
||||||
"wordmark": "/library/mercado-libre-wordmark.svg",
|
wordmark: "/library/mercado-libre-wordmark.svg",
|
||||||
"url": "https://www.mercadolibre.com"
|
url: "https://www.mercadolibre.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Mercado Pago",
|
title: "Mercado Pago",
|
||||||
@@ -558,13 +559,13 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://tailwindcss.com/",
|
url: "https://tailwindcss.com/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'WakaTime',
|
title: "WakaTime",
|
||||||
category: 'Devtool',
|
category: "Devtool",
|
||||||
route: {
|
route: {
|
||||||
light: '/library/wakatime-dark.svg',
|
light: "/library/wakatime-dark.svg",
|
||||||
dark: '/library/wakatime-light.svg'
|
dark: "/library/wakatime-light.svg",
|
||||||
},
|
},
|
||||||
url: 'https://wakatime.com'
|
url: "https://wakatime.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Styled Components",
|
title: "Styled Components",
|
||||||
@@ -4088,8 +4089,8 @@ export const svgs: iSVG[] = [
|
|||||||
title: "Apache Kafka",
|
title: "Apache Kafka",
|
||||||
category: "Analytics",
|
category: "Analytics",
|
||||||
route: {
|
route: {
|
||||||
light: '/library/apache-kafka-light.svg',
|
light: "/library/apache-kafka-light.svg",
|
||||||
dark: '/library/apache-kafka-dark.svg'
|
dark: "/library/apache-kafka-dark.svg",
|
||||||
},
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: "/library/apache-kafka-wordmark-light.svg",
|
light: "/library/apache-kafka-wordmark-light.svg",
|
||||||
@@ -4277,17 +4278,17 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://nginx.org/",
|
url: "https://nginx.org/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Soldera',
|
title: "Soldera",
|
||||||
category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
|
category: ["Platform", "Analytics", "Marketplace", "Software"],
|
||||||
route: {
|
route: {
|
||||||
light: '/library/soldera-icon-light.svg',
|
light: "/library/soldera-icon-light.svg",
|
||||||
dark: '/library/soldera-icon.svg'
|
dark: "/library/soldera-icon.svg",
|
||||||
},
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: '/library/soldera-wordmark-light.svg',
|
light: "/library/soldera-wordmark-light.svg",
|
||||||
dark: '/library/soldera-wordmark-dark.svg'
|
dark: "/library/soldera-wordmark-dark.svg",
|
||||||
},
|
},
|
||||||
url: 'https://www.soldera.org'
|
url: "https://www.soldera.org",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Dribbble",
|
title: "Dribbble",
|
||||||
@@ -4298,5 +4299,5 @@ export const svgs: iSVG[] = [
|
|||||||
dark: "/library/dribbble-wordmark-dark.svg",
|
dark: "/library/dribbble-wordmark-dark.svg",
|
||||||
},
|
},
|
||||||
url: "https://dribbble.com/",
|
url: "https://dribbble.com/",
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user