From 5cea4818e854f0998e0d2308d0fd21e5bdbac497 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 17 Dec 2023 14:25:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Clean=20unused=20svgs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8993e58..e3821a3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -793,12 +793,6 @@ export const svgs: iSVG[] = [ route: '/library/swift.svg', url: 'https://swift.org/' }, - { - title: 'Testing Library', - category: 'Framework', - route: '/library/testinglibrary.svg', - url: 'https://testing-library.com/' - }, { title: 'TypeORM', category: 'Database',