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