Skip to content

Commit 094fbf9

Browse files
authored
Merge pull request #651 from ridemountainpig/fix-terraform
⚙️ Fix Terraform SVG route & category
2 parents 67a546f + bcec306 commit 094fbf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/svgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3612,7 +3612,7 @@ export const svgs: iSVG[] = [
36123612
{
36133613
title: 'Terraform',
36143614
category: ['Software', 'Language', 'IaC'],
3615-
route: 'library/terraform.svg',
3615+
route: '/library/terraform.svg',
36163616
url: 'https://terraform.io',
36173617
brandUrl: 'https://brand.hashicorp.com'
36183618
}

src/types/categories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ export type tCategory =
3030
| 'IoT'
3131
| 'Config'
3232
| 'Secrets'
33-
| 'Iac';
33+
| 'IaC';

0 commit comments

Comments
 (0)