Merge branch 'main' into add-postcss-logo

This commit is contained in:
Pablo Hdez
2024-06-08 18:54:30 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -2822,5 +2822,12 @@ export const svgs: iSVG[] = [
route: '/library/postcss.svg',
wordmark: '/library/postcss_wordmark.svg',
url: 'https://postcss.org/'
},
{
title: "SVG",
category: ["Language", "Design"],
route: "/library/svg.svg",
wordmark: "/library/svg_wordmark.svg",
url: "https://www.w3.org/TR/SVG/"
}
];