Skip to content

Commit

Permalink
enable production relayer navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 19, 2023
1 parent e9162a2 commit 8eef07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Header() {
return [
{ href: "/", label: "Transfer" },
{ href: "/records", label: "Explorer" },
{ href: "/relayer/overview", label: "Relayer", soon: isProduction() },
{ href: "/relayer/overview", label: "Relayer" },
{ href: "https://docs.helixbridge.app/", label: "Docs", external: true },
];
}
Expand Down

0 comments on commit 8eef07e

Please sign in to comment.