Skip to content

Commit

Permalink
info will be dune
Browse files Browse the repository at this point in the history
  • Loading branch information
esteblock committed Nov 26, 2024
1 parent db60124 commit 13c71e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const HeaderNavbar = () => {
<Navbar
onClickItem={(item) => {
if (item.label === 'Info') {
window.open(`https://info.soroswap.finance`, '_self');
window.open(`https://dune.com/paltalabs/soroswap`, '_self');
} else {
router.push(item.path);
}
Expand Down

0 comments on commit 13c71e6

Please sign in to comment.