Skip to content

Commit

Permalink
Update twitter handle (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Dec 18, 2024
1 parent 9e1da30 commit a3d04cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xtoken-home/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Footer({ className }: Props) {
<Social href="https://github.com/helix-bridge">
<Image width={16} height={16} alt="Github" src="/social/github.svg" />
</Social>
<Social href="https://x.com/helixofficialx">
<Social href="https://x.com/HelixboxLabs">
<Image width={15.3} height={14} alt="Twitter" src="/social/x.svg" />
</Social>
<Social href="https://discord.gg/6XyyNGugdE">
Expand Down
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Footer() {
<SocialLink href="https://github.com/helix-bridge">
<img width={16} height={16} alt="Github" src="images/social/github.svg" />
</SocialLink>
<SocialLink href="https://x.com/helixofficialx">
<SocialLink href="https://x.com/HelixboxLabs">
<img width={15.3} height={14} alt="Twitter" src="images/social/x.svg" />
</SocialLink>
<SocialLink href="https://discord.gg/6XyyNGugdE">
Expand Down

0 comments on commit a3d04cd

Please sign in to comment.