mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into perspective
This commit is contained in:
+12
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user