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