Merge pull request #242 from thanir03/main

Added Stackoverflow logo
This commit is contained in:
Pablo Hdez
2024-02-07 09:02:04 +00:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
+7
View File
@@ -2459,5 +2459,12 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/obs.svg',
url: 'Website'
},
{
title: 'Stack Overflow',
category: 'Software',
route: '/library/stackoverflow.svg',
wordmark: '/library/stackoverflow_wordmark.svg',
url: 'https://stackoverflow.com/'
}
];