From 0b30aaa195c9af069eae372ef33036058cf2aadc Mon Sep 17 00:00:00 2001 From: Matheus manuel Date: Thu, 4 Apr 2024 21:49:07 +0100 Subject: [PATCH] feat: add sony logo --- src/data/svgs.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f23768f..d524bf9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -7,6 +7,18 @@ export const svgs: iSVG[] = [ route: '/library/discord.svg', url: 'https://discord.com/' }, + { + title: 'Sansung', + category: 'Software', + route: '/library/sansung.svg', + url: 'https://samsung.com/' + }, + { + title: 'Sony', + category: 'Software', + route: '/library/sony.svg', + url: 'https://sony.com/' + }, { title: 'Aliexpress', category: 'Software',