From 4547ec1c37147c702b5203e8b4628d3d60b6a8e4 Mon Sep 17 00:00:00 2001 From: Suraj Date: Wed, 20 Dec 2023 12:40:18 +0530 Subject: [PATCH] added playstation and xbox --- src/data/svgs.ts | 12 ++++++++++++ static/library/playstation.svg | 3 +++ static/library/xbox.svg | 1 + 3 files changed, 16 insertions(+) create mode 100644 static/library/playstation.svg create mode 100644 static/library/xbox.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index dfa4c4d..01fe393 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1890,5 +1890,17 @@ export const svgs: iSVG[] = [ category: 'Compiler', route: '/library/swc.svg', url: 'https://swc.rs/' + }, + { + title: 'PlayStation', + category: 'Software', + route: '/library/playstation.svg', + url: 'https://www.playstation.com/' + }, + { + title: 'Xbox', + category: 'Software', + route: '/library/xbox.svg', + url: 'https://www.xbox.com/' } ]; diff --git a/static/library/playstation.svg b/static/library/playstation.svg new file mode 100644 index 0000000..9f59294 --- /dev/null +++ b/static/library/playstation.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/static/library/xbox.svg b/static/library/xbox.svg new file mode 100644 index 0000000..eb71b82 --- /dev/null +++ b/static/library/xbox.svg @@ -0,0 +1 @@ +Xbox Logo \ No newline at end of file