feat: make icon theme aware.

This commit is contained in:
Igor Bedesqui
2023-12-11 20:58:05 -03:00
parent 73f71f3dd6
commit 3d23d22ed2
5 changed files with 22 additions and 4 deletions
+4 -1
View File
@@ -1720,7 +1720,10 @@ export const svgs: iSVG[] = [
id: 775133760594,
title: 'Axiom',
category: 'Software',
route: '/library/axiom.svg',
route: {
dark: '/library/axiom-dark.svg',
light: '/library/axiom-light.svg'
},
url: 'https://axiom.co/'
}
];