Skip to content

Commit

Permalink
📦 New svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 26, 2024
1 parent 85a944f commit 18b6db3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
34 changes: 29 additions & 5 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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/'
}
];
1 change: 1 addition & 0 deletions static/library/apidog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/chartjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/faker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/json-schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18b6db3

Please sign in to comment.