Skip to content

Commit

Permalink
Update twitter handle (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Dec 18, 2024
1 parent b387325 commit f37cb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/helixbox-app/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Social() {
icon: <img width={16} height={16} alt="Github" src="images/social/github.svg" />,
},
{
link: "https://x.com/helixofficialx",
link: "https://x.com/HelixboxLabs",
icon: <img width={16} height={16} alt="X" src="images/social/x.svg" />,
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const data: { label: string; link: string; icon: string; width: number; height: number }[] = [
{ label: "Github", link: "https://github.com/helix-bridge", icon: "images/social/github.svg", width: 18, height: 18 },
{ label: "X", link: "https://x.com/helixofficialx", icon: "images/social/x.svg", width: 16, height: 16 },
{ label: "X", link: "https://x.com/HelixboxLabs", icon: "images/social/x.svg", width: 16, height: 16 },
{
label: "Discord",
link: "https://discord.gg/6XyyNGugdE",
Expand Down

0 comments on commit f37cb0a

Please sign in to comment.