📦 New svgs

This commit is contained in:
pheralb
2024-06-27 00:35:37 +01:00
parent 85a944f4b0
commit 18b6db3ce2
5 changed files with 33 additions and 5 deletions
+29 -5
View File
@@ -2617,6 +2617,13 @@ export const svgs: iSVG[] = [
},
url: 'https://asana.com'
},
{
title: 'UpLeveled',
category: 'Education',
route: '/library/upleveled.svg',
wordmark: '/library/upleveled-wordmark.svg',
url: 'https://upleveled.io/'
},
{
title: 'Zoom',
category: 'Software',
@@ -2838,10 +2845,27 @@ export const svgs: iSVG[] = [
url: 'https://todoist.com/'
},
{
title: 'UpLeveled',
category: 'Education',
route: '/library/upleveled.svg',
wordmark: '/library/upleveled-wordmark.svg',
url: 'https://upleveled.io/'
title: 'Apidog',
category: 'Software',
route: '/library/apidog.svg',
url: 'https://apidog.com/'
},
{
title: 'Chart.js',
category: 'Library',
route: '/library/chartjs.svg',
url: 'https://www.chartjs.org/'
},
{
title: 'Faker',
category: 'Library',
route: '/library/faker.svg',
url: 'https://fakerjs.dev/'
},
{
title: 'JSON Schema',
category: 'Library',
route: '/library/json-schema.svg',
url: 'https://json-schema.org/'
}
];