Merge pull request #212 from ridemountainpig/multiple-category

Add SVG with multiple category feature
This commit is contained in:
Pablo Hdez
2024-01-24 11:05:01 +00:00
committed by GitHub
5 changed files with 50 additions and 9 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ export const svgs: iSVG[] = [
},
{
title: 'WordPress',
category: 'Software',
category: ['Software', 'CMS'],
route: '/library/wordpress.svg',
url: 'https://wordpress.org/'
},