Merge branch 'main' into perspective

This commit is contained in:
Christian Korndörfer
2025-05-22 22:58:27 +02:00
committed by GitHub
4 changed files with 16 additions and 3 deletions
+12 -3
View File
@@ -23,9 +23,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/'
},
@@ -510,6 +510,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',