Skip to content

Commit 06c8f34

Browse files
fix: upgrade renamed items
1 parent 53e24c5 commit 06c8f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/techStackMarquee/techStackMarquee.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
SiTailwindcss,
88
SiGraphql,
99
SiDocker,
10-
SiAmazonaws,
10+
SiAmazon,
1111
SiPython,
1212
SiRust,
1313
SiGo,
@@ -26,7 +26,7 @@ const techStack = [
2626
{ name: 'Tailwind', icon: <SiTailwindcss /> },
2727
{ name: 'GraphQL', icon: <SiGraphql /> },
2828
{ name: 'Docker', icon: <SiDocker /> },
29-
{ name: 'AWS', icon: <SiAmazonaws /> },
29+
{ name: 'AWS', icon: <SiAmazon /> },
3030
{ name: 'Python', icon: <SiPython /> },
3131
{ name: 'Rust', icon: <SiRust /> },
3232
{ name: 'Go', icon: <SiGo /> },

0 commit comments

Comments
 (0)