Skip to content

Commit a57c000

Browse files
committed
feat: refine skills section
1 parent a948a49 commit a57c000

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sections/Skills/Skills.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ const skills: Skill[] = [
1111
{ label: 'HTML/CSS', icon: 'html5-plain' },
1212
{ label: 'Tailwind', icon: 'tailwindcss-original' },
1313
{ 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+
},
1419
{ label: 'GraphQL', icon: 'graphql-plain' },
1520
{ label: 'Web Components' },
1621
];

0 commit comments

Comments
 (0)