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