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:
@@ -20,6 +20,15 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/windsurf-logo.svg',
|
||||
url: 'https://codeium.com/windsurf'
|
||||
},
|
||||
{
|
||||
title: 'Mattermost',
|
||||
category: 'Software',
|
||||
"route": {
|
||||
"light": "/library/mattermost-light.svg",
|
||||
"dark": "/library/mattermost-dark.svg"
|
||||
},
|
||||
url: 'http://mattermost.com/'
|
||||
},
|
||||
{
|
||||
title: 'Inngest',
|
||||
category: 'Software',
|
||||
@@ -3612,5 +3621,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: 'https://clerk.com/',
|
||||
brandUrl: 'https://clerk.com/design'
|
||||
},
|
||||
{
|
||||
title: 'Terraform',
|
||||
category: ['Software', 'Language', 'IaC'],
|
||||
route: '/library/terraform.svg',
|
||||
url: 'https://terraform.io',
|
||||
brandUrl: 'https://brand.hashicorp.com'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -29,4 +29,5 @@ export type tCategory =
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Config'
|
||||
| 'Secrets';
|
||||
| 'Secrets'
|
||||
| 'IaC';
|
||||
|
||||
Reference in New Issue
Block a user