mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Fix Terraform SVG route & category
This commit is contained in:
+1
-1
@@ -3612,7 +3612,7 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: 'Terraform',
|
title: 'Terraform',
|
||||||
category: ['Software', 'Language', 'IaC'],
|
category: ['Software', 'Language', 'IaC'],
|
||||||
route: 'library/terraform.svg',
|
route: '/library/terraform.svg',
|
||||||
url: 'https://terraform.io',
|
url: 'https://terraform.io',
|
||||||
brandUrl: 'https://brand.hashicorp.com'
|
brandUrl: 'https://brand.hashicorp.com'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ export type tCategory =
|
|||||||
| 'IoT'
|
| 'IoT'
|
||||||
| 'Config'
|
| 'Config'
|
||||||
| 'Secrets'
|
| 'Secrets'
|
||||||
| 'Iac';
|
| 'IaC';
|
||||||
|
|||||||
Reference in New Issue
Block a user