From 3e10c06471d6f6e36794402ac9d4ad8d5e31f20c Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 14 Apr 2023 17:00:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Fix=20SVGs=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7b8be24..3db6db8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1163,6 +1163,7 @@ export const svgs: iSVG[] = [ route: '/library/wordpress.svg', url: 'https://wordpress.org/' }, + { id: 167, title: 'Microsoft', category: 'Software', @@ -1175,5 +1176,5 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/elementor.svg', url: 'https://elementor.com/' - }, + } ];