🎨 Fix light/dark variant for Voicemod svg.

This commit is contained in:
pheralb
2024-01-08 11:06:04 +00:00
parent e4ad938316
commit 793223e23d
3 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -2185,7 +2185,10 @@ export const svgs: iSVG[] = [
{
title: 'Voicemod',
category: 'Entertainment',
route: '/library/voicemod.svg',
route: {
light: '/library/voicemod_light.svg',
dark: '/library/voicemod_dark.svg'
},
url: 'https://voicemod.net/'
},
{