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 02aaf20 commit 2b3b312Copy full SHA for 2b3b312
src/sections/Skills/Skills.tsx
@@ -11,14 +11,14 @@ const skills: Skill[] = [
11
{ label: 'HTML/CSS' },
12
{ label: 'Tailwind', icon: 'tailwindcss-original' },
13
{ label: 'Storybook', icon: 'storybook-plain' },
14
+ { label: 'GraphQL', icon: 'graphql-plain' },
15
+ { label: 'Web Components' },
16
{
17
label: 'AWS (Lambda, SNS/SQS, S3)',
18
icon: 'amazonwebservices-plain-wordmark',
19
},
20
{ label: 'Terraform', icon: 'terraform-plain' },
- { label: 'GraphQL', icon: 'graphql-plain' },
21
{ label: 'PostgreSQL', icon: 'postgresql-plain' },
- { label: 'Web Components' },
22
];
23
24
const learning: Skill[] = [
0 commit comments