Skip to content

Commit

Permalink
fix cosmos link to point to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Scatularo committed Oct 3, 2024
1 parent 7cd54fb commit 9c90dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function App() {
Sui
</Link>
<Link
href={`${process.env.REACT_APP_BASE_URL}/?sourceChain=cosmos`}
href={`${process.env.REACT_APP_BASE_URL}/cosmos`}
rel="noopener noreferrer"
color="inherit"
className={classes.link}
Expand Down

0 comments on commit 9c90dd2

Please sign in to comment.