Skip to content

Commit 10467b4

Browse files
authored
fix: capitalize X label (#600)
1 parent 1c8ace8 commit 10467b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modules/home/SocialIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const iconSet: Record<
3131
'#1DA1F2',
3232
(id) => `https://twitter.com/${id}`,
3333
],
34-
x: ['x', <XIcon />, 'rgba(36,46,54,1.00)', (id) => `https://x.com/${id}`],
34+
x: ['X', <XIcon />, 'rgba(36,46,54,1.00)', (id) => `https://x.com/${id}`],
3535
telegram: [
3636
'Telegram',
3737
<i className="i-mingcute-telegram-line" />,

0 commit comments

Comments
 (0)