diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9e7f401..47dded8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2181,5 +2181,11 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/bitwarden.svg', url: 'https://bitwarden.com/' + }, + { + title: 'Voicemod', + category: 'Entertainment', + route: '/library/voicemod.svg', + url: 'https://voicemod.net/' } ]; diff --git a/static/library/voicemod.svg b/static/library/voicemod.svg new file mode 100644 index 0000000..eb2e01b --- /dev/null +++ b/static/library/voicemod.svg @@ -0,0 +1 @@ + \ No newline at end of file