mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Added Nginx svg
This commit is contained in:
+13
-7
@@ -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",
|
||||
@@ -4086,4 +4086,10 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://www.sanity.io/",
|
||||
},
|
||||
{
|
||||
title: "Nginx",
|
||||
category: "Software",
|
||||
route: "/library/nginx.svg",
|
||||
url: "https://nginx.org/",
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user