Added Nginx svg

This commit is contained in:
Tyler Durden
2025-10-09 11:54:11 +05:30
parent ff88dbc341
commit 7421994755
2 changed files with 15 additions and 7 deletions
+13 -7
View File
@@ -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/",
}
];