Skip to content

Commit

Permalink
fix: balancer url
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored May 16, 2024
1 parent 7eb97d2 commit c8a1f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default function Join() {
) : (
<a
className="btn btn-primary normal-case font-medium grow"
href={`${balancerDomain}/#/trade/ether/${nationToken}`}
href={`${balancerDomain}/swap/ether/${nationToken}`}
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit c8a1f46

Please sign in to comment.