Skip to content

Commit c01facb

Browse files
committed
chore: add portal links on explorer
1 parent 5c3269d commit c01facb

File tree

1 file changed

+2
-6
lines changed
  • packages/app-explorer/src/systems/Core/components/TopNav

1 file changed

+2
-6
lines changed

packages/app-explorer/src/systems/Core/components/TopNav/TopNav.tsx

+2-6
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ export function TopNav() {
4242

4343
const tooling = (
4444
<>
45-
<Nav.MenuItem href="https://next-alpha.fuel.network/bridge">
46-
Bridge
47-
</Nav.MenuItem>
45+
<Nav.MenuItem href="/portal/bridge">Bridge</Nav.MenuItem>
4846
<Nav.MenuItem
4947
isActive
5048
as={NextLink}
@@ -53,9 +51,7 @@ export function TopNav() {
5351
>
5452
Explorer
5553
</Nav.MenuItem>
56-
<Nav.MenuItem href="https://next-alpha.fuel.network/ecosystem">
57-
Ecosystem
58-
</Nav.MenuItem>
54+
<Nav.MenuItem href="/portal">Ecosystem</Nav.MenuItem>
5955
</>
6056
);
6157

0 commit comments

Comments
 (0)