diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 076a5b4..d76981f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/stackoverflow.svg b/static/library/stackoverflow.svg new file mode 100644 index 0000000..9cbe2ef --- /dev/null +++ b/static/library/stackoverflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/stackoverflow_wordmark.svg b/static/library/stackoverflow_wordmark.svg new file mode 100644 index 0000000..d76a4e7 --- /dev/null +++ b/static/library/stackoverflow_wordmark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file