Skip to content

Commit

Permalink
change explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
dsudit01 committed Mar 4, 2024
1 parent 7d72cb1 commit 8f2d3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav_bar/navBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const NavBar = () => {
<Text size="sm">Pools</Text>
</Link>
<Link
href="/explore"
href="https://explore.canto.io/"
className={clsx(
styles["nav-link"],
currentPath == "/explore" && styles.active
Expand Down

0 comments on commit 8f2d3ae

Please sign in to comment.