Skip to content

Commit 590531a

Browse files
fix: fix typo
Co-authored-by: Copilot <[email protected]>
1 parent b4eaf7f commit 590531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function SocialLinksItems({ className }: { className?: string }) {
1818
{
1919
href: 'https://twitter.com/iEx_ec',
2020
icon: <SiX size={16} />,
21-
arialLabel: 'Twitter',
21+
ariaLabel: 'Twitter',
2222
},
2323
{
2424
href: 'https://discord.gg/pbt9m98wnU',

0 commit comments

Comments
 (0)