Skip to content

Commit c2985ec

Browse files
author
David Leger
authored
feat: Update Skills.tsx
1 parent 6278b90 commit c2985ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/sections/Skills/Skills.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ type Skill = { label: string; icon?: string };
88
const skills: Skill[] = [
99
{ label: 'TypeScript', icon: 'typescript-plain' },
1010
{ label: 'React', icon: 'react-plain' },
11-
{ label: 'Vue', icon: 'vuejs-plain' },
11+
{ label: 'Terraform', icon: 'terraform-plain' },
1212
{ label: 'CSS', icon: 'css3-plain' },
1313
{ label: 'HTML', icon: 'html5-plain' },
1414
{ label: 'Storybook', icon: 'storybook-plain' },
1515
{ label: 'Testing Library' },
16-
{ label: 'GraphQL', icon: 'graphql-plain' },
17-
{ label: 'Amplitude' },
18-
{ label: 'Web Components' },
1916
];
2017

2118
// const learning: Skill[] = [

0 commit comments

Comments
 (0)