We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3269d commit c01facbCopy full SHA for c01facb
packages/app-explorer/src/systems/Core/components/TopNav/TopNav.tsx
@@ -42,9 +42,7 @@ export function TopNav() {
42
43
const tooling = (
44
<>
45
- <Nav.MenuItem href="https://next-alpha.fuel.network/bridge">
46
- Bridge
47
- </Nav.MenuItem>
+ <Nav.MenuItem href="/portal/bridge">Bridge</Nav.MenuItem>
48
<Nav.MenuItem
49
isActive
50
as={NextLink}
@@ -53,9 +51,7 @@ export function TopNav() {
53
51
>
54
52
Explorer
55
</Nav.MenuItem>
56
- <Nav.MenuItem href="https://next-alpha.fuel.network/ecosystem">
57
- Ecosystem
58
+ <Nav.MenuItem href="/portal">Ecosystem</Nav.MenuItem>
59
</>
60
);
61
0 commit comments