added playstation and xbox

This commit is contained in:
Suraj
2023-12-20 12:40:18 +05:30
parent 11ea758e00
commit 4547ec1c37
3 changed files with 16 additions and 0 deletions
+12
View File
@@ -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/'
}
];