Merge pull request #651 from ridemountainpig/fix-terraform
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

⚙️ Fix Terraform SVG route & category
This commit is contained in:
Pablo Hdez
2025-05-12 11:34:38 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
}
+1 -1
View File
@@ -30,4 +30,4 @@ export type tCategory =
| 'IoT'
| 'Config'
| 'Secrets'
| 'Iac';
| 'IaC';