Skip to content

Commit

Permalink
Update mail
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 4, 2024
1 parent 63adf60 commit e45185a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -111,7 +111,7 @@ function Social() {
icon: <img width={20} height={20} alt="Discord" src="images/social/discord.svg" />,
},
{
link: "mailto:hello@helixbridge.app",
link: "mailto:hello@helix.box",
icon: <img width={16} height={16} alt="Email" src="images/social/email.svg" />,
},
];
Expand Down
2 changes: 1 addition & 1 deletion apps/helixbox-app/src/components/transaction-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function TransactionStatus({ record }: Props) {
<span>
It seems to be taking longer than usual.{" "}
<a
href={`mailto:hello@helixbridge.app?subject=${encodeURIComponent(
href={`mailto:hello@helix.box?subject=${encodeURIComponent(
"Transfer time out",
)}&body=${encodeURIComponent(location.href)}`}
rel="noreferrer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const data: { label: string; link: string; icon: string; width: number; height:
width: 21.79,
height: 16,
},
{ label: "Email", link: "mailto:hello@helixbridge.app", icon: "images/social/email.svg", width: 19, height: 14 },
{ label: "Email", link: "mailto:hello@helix.box", icon: "images/social/email.svg", width: 19, height: 14 },
];

export default function HomepageSocialMedia({ className }: { className?: string }) {
Expand Down

0 comments on commit e45185a

Please sign in to comment.