Add Spring SVG to library

This commit is contained in:
Angel Garcia
2023-12-21 07:47:05 -04:00
parent c96e578494
commit b38e8e79a4
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1935,5 +1935,11 @@ export const svgs: iSVG[] = [
category: 'AI',
route: '/library/perplexity.svg',
url: 'https://perplexity.ai/'
},
{
title: 'Spring',
category: 'Framework',
route: '/library/spring.svg',
url: 'https://spring.io/'
}
];