We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278b90 commit c2985ecCopy full SHA for c2985ec
src/sections/Skills/Skills.tsx
@@ -8,14 +8,11 @@ type Skill = { label: string; icon?: string };
8
const skills: Skill[] = [
9
{ label: 'TypeScript', icon: 'typescript-plain' },
10
{ label: 'React', icon: 'react-plain' },
11
- { label: 'Vue', icon: 'vuejs-plain' },
+ { label: 'Terraform', icon: 'terraform-plain' },
12
{ label: 'CSS', icon: 'css3-plain' },
13
{ label: 'HTML', icon: 'html5-plain' },
14
{ label: 'Storybook', icon: 'storybook-plain' },
15
{ label: 'Testing Library' },
16
- { label: 'GraphQL', icon: 'graphql-plain' },
17
- { label: 'Amplitude' },
18
- { label: 'Web Components' },
19
];
20
21
// const learning: Skill[] = [
0 commit comments