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 0667257 commit 69cd767Copy full SHA for 69cd767
src/sections/Skills/Skills.tsx
@@ -8,12 +8,9 @@ type Skill = { label: string; icon?: string };
8
const skills: Skill[] = [
9
{ label: 'TypeScript', icon: 'typescript-plain' },
10
{ label: 'React', icon: 'react-plain' },
11
- { label: 'Terraform', icon: 'terraform-plain' },
12
- { label: 'HTML', icon: 'html5-plain' },
13
- { label: 'CSS', icon: 'css3-plain' },
+ { label: 'HTML/CSS', icon: 'html5-plain' },
14
{ label: 'Tailwind', icon: 'tailwindcss-original' },
15
{ label: 'Storybook', icon: 'storybook-plain' },
16
- { label: 'Testing Library' },
17
{ label: 'GraphQL', icon: 'graphql-plain' },
18
{ label: 'Web Components' },
19
];
0 commit comments