We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e24c5 commit 06c8f34Copy full SHA for 06c8f34
src/components/techStackMarquee/techStackMarquee.tsx
@@ -7,7 +7,7 @@ import {
7
SiTailwindcss,
8
SiGraphql,
9
SiDocker,
10
- SiAmazonaws,
+ SiAmazon,
11
SiPython,
12
SiRust,
13
SiGo,
@@ -26,7 +26,7 @@ const techStack = [
26
{ name: 'Tailwind', icon: <SiTailwindcss /> },
27
{ name: 'GraphQL', icon: <SiGraphql /> },
28
{ name: 'Docker', icon: <SiDocker /> },
29
- { name: 'AWS', icon: <SiAmazonaws /> },
+ { name: 'AWS', icon: <SiAmazon /> },
30
{ name: 'Python', icon: <SiPython /> },
31
{ name: 'Rust', icon: <SiRust /> },
32
{ name: 'Go', icon: <SiGo /> },
0 commit comments