Cypress and Reddit logo added

This commit is contained in:
Wilmer Blanco
2023-12-15 14:04:11 -03:00
parent 4ea36dfbb0
commit ea60b114e2
3 changed files with 86 additions and 0 deletions
+12
View File
@@ -1845,5 +1845,17 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/meta.svg',
url: 'https://meta.com/'
},
{
title: 'Cypress',
category: 'Framework',
route: '/library/cypress.svg',
url: 'https://www.cypress.io/'
},
{
title: 'Reddit',
category: 'Social',
route: '/library/reddit.svg',
url: 'https://www.reddit.com/'
}
];