feat : Add Matrix SVG icons for light and dark themes

This commit is contained in:
nammahari
2025-05-15 23:37:06 +05:30
parent 094fbf9c8c
commit 4bb10800df
3 changed files with 14 additions and 3 deletions
+12 -3
View File
@@ -10,9 +10,9 @@ export const svgs: iSVG[] = [
{
title: 'Mattermost',
category: 'Software',
"route": {
"light": "/library/mattermost-light.svg",
"dark": "/library/mattermost-dark.svg"
route: {
light: '/library/mattermost-light.svg',
dark: '/library/mattermost-dark.svg'
},
url: 'http://mattermost.com/'
},
@@ -497,6 +497,15 @@ export const svgs: iSVG[] = [
route: '/library/telegram.svg',
url: 'https://web.telegram.org/'
},
{
title: 'Matrix',
category: 'Social',
route: {
light: '/library/matrix-light.svg',
dark: '/library/matrix-dark.svg'
},
url: 'https://matrix.org/'
},
{
title: 'WhatsApp',
category: 'Social',