From 7e0bb11c004829fe30b1cc7c16f96f71637e5f97 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 11 Jun 2024 16:18:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Fix=20duplicated=20``svg``?= =?UTF-8?q?=20logo=20+=20todoist=20wordmark=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 01906c24..2dbbe8b9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2830,18 +2830,11 @@ export const svgs: iSVG[] = [ 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', + wordmark: '/library/todoist-wordmark.svg', url: 'https://todoist.com/' } ];