From 041e65ea5a162320ac1e555632b3903cbd1fbfa1 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 22 Mar 2023 09:21:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20svgs=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bb8e6df..b75ab68 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -941,8 +941,8 @@ export const svgs: iSVG[] = [ }, { id: 135, - title: 'Google Student Developer Club', - category: 'Google', + title: 'Developer Student Club', + category: 'Education', route: '/library/gdsc.svg', url: 'https://gdsc.community.dev/' }, @@ -956,7 +956,7 @@ export const svgs: iSVG[] = [ { id: 137, title: 'Eclipse IDE', - category: 'IDE', + category: 'Software', route: '/library/eclipse.svg', url: 'https://www.eclipse.org/' },