Skip to content

Commit 69cd767

Browse files
author
David Leger
committed
feat: refine skills section
1 parent 0667257 commit 69cd767

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,12 +8,9 @@ type Skill = { label: string; icon?: string };
88
const skills: Skill[] = [
99
{ label: 'TypeScript', icon: 'typescript-plain' },
1010
{ label: 'React', icon: 'react-plain' },
11-
{ label: 'Terraform', icon: 'terraform-plain' },
12-
{ label: 'HTML', icon: 'html5-plain' },
13-
{ label: 'CSS', icon: 'css3-plain' },
11+
{ label: 'HTML/CSS', icon: 'html5-plain' },
1412
{ label: 'Tailwind', icon: 'tailwindcss-original' },
1513
{ label: 'Storybook', icon: 'storybook-plain' },
16-
{ label: 'Testing Library' },
1714
{ label: 'GraphQL', icon: 'graphql-plain' },
1815
{ label: 'Web Components' },
1916
];

0 commit comments

Comments
 (0)