Skip to content

Commit

Permalink
Merge pull request #368 from karlhorky/patch-1
Browse files Browse the repository at this point in the history
Add UpLeveled logos
  • Loading branch information
pheralb committed Jun 15, 2024
2 parents 7e0bb11 + 52bf115 commit 85a944f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2824,17 +2824,24 @@ export const svgs: iSVG[] = [
url: 'https://postcss.org/'
},
{
title: "SVG",
category: ["Language", "Design"],
route: "/library/svg.svg",
wordmark: "/library/svg_wordmark.svg",
url: "https://www.w3.org/TR/SVG/"
title: 'SVG',
category: ['Language', 'Design'],
route: '/library/svg.svg',
wordmark: '/library/svg_wordmark.svg',
url: 'https://www.w3.org/TR/SVG/'
},
{
title: 'Todoist',
category: 'Software',
route: '/library/todoist.svg',
wordmark: '/library/todoist-wordmark.svg',
url: 'https://todoist.com/'
},
{
title: 'UpLeveled',
category: 'Education',
route: '/library/upleveled.svg',
wordmark: '/library/upleveled-wordmark.svg',
url: 'https://upleveled.io/'
}
];
1 change: 1 addition & 0 deletions static/library/upleveled-wordmark.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/upleveled.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 85a944f

Please sign in to comment.