Skip to content

Commit ec54df5

Browse files
kairavkkprishavanand
authored andcommitted
feat: added Terraform in skillset
1 parent 4050b6d commit ec54df5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/config/skills.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const BASE_URL = typeof window !== 'undefined' ? window.location.href : '';
44
type Skill = { label: string; value: string; iconUrl: string };
55

66
export const SKILLS: Record<string, Skill> = {
7+
terraform: {
8+
label: 'Terraform',
9+
value: 'terraform',
10+
iconUrl: BASE_URL + 'skills-assets/terraformio-icon.svg'
11+
},
712
vuejs: {
813
label: 'Vue.js',
914
value: 'vuejs',
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)