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/' } ];