Add UpLeveled logos

This commit is contained in:
Karl Horky
2024-06-12 11:36:26 +02:00
committed by GitHub
parent 7e0bb11c00
commit 0655daf871
3 changed files with 14 additions and 5 deletions
+12 -5
View File
@@ -2824,11 +2824,11 @@ 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',
@@ -2836,5 +2836,12 @@ export const svgs: iSVG[] = [
route: '/library/todoist.svg',
wordmark: '/library/todoist-wordmark.svg',
url: 'https://todoist.com/'
},
{
title: 'Todoist',
category: 'Education',
route: '/library/upleveled.svg',
wordmark: '/library/upleveled-wordmark.svg',
url: 'https://upleveled.io/'
}
];