Skip to content

Commit

Permalink
Merge branch 'main' of github.com:helix-bridge/xtoken-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jun 26, 2024
2 parents af858f2 + eec16ca commit 81cfc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/xtoken-ui/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export default function Footer() {
<div className="hidden items-center gap-5 lg:flex">
<a
className="text-xs font-semibold text-white/50 transition hover:text-white active:scale-95"
href="https://assethub-bridge.darwinia.network/"
href="https://paralink.darwinia.network"
rel="noopener noreferrer"
target="_blank"
>
Assethub Bridge
Darwinia Paralink
</a>
<a
className="text-xs font-semibold text-white/50 transition hover:text-white active:scale-95"
Expand Down
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface NavigationConfig {
const navigationsConfig: NavigationConfig[] = [
{ href: "/", label: "Bridge" },
{ href: "/explorer", label: "Explorer" },
{ href: "https://assethub-bridge.darwinia.network", label: "Assethub", external: true },
{ href: "https://paralink.darwinia.network", label: "Paralink", external: true },
{ href: "/wrap", label: "Wrap" },
];

Expand Down

0 comments on commit 81cfc96

Please sign in to comment.