Merge pull request #642 from rdtechie/feat-add-terraform-logo

feat: add terraform logo
This commit is contained in:
Pablo Hdez
2025-05-10 12:10:37 +02:00
committed by GitHub
3 changed files with 10 additions and 1 deletions
+7
View File
@@ -3599,5 +3599,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'
}
];
+2 -1
View File
@@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication'
| 'IoT'
| 'Config'
| 'Secrets';
| 'Secrets'
| 'Iac';