diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2dbbe8b9..2d404d6a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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: 'UpLeveled', + category: 'Education', + route: '/library/upleveled.svg', + wordmark: '/library/upleveled-wordmark.svg', + url: 'https://upleveled.io/' } ]; diff --git a/static/library/upleveled-wordmark.svg b/static/library/upleveled-wordmark.svg new file mode 100644 index 00000000..55df5a9d --- /dev/null +++ b/static/library/upleveled-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/upleveled.svg b/static/library/upleveled.svg new file mode 100644 index 00000000..4c76c6d2 --- /dev/null +++ b/static/library/upleveled.svg @@ -0,0 +1 @@ + \ No newline at end of file