Skip to content

Commit

Permalink
fix: New URL by clicking the button (#213)
Browse files Browse the repository at this point in the history
Changed URL when clicking the button `Obtain testnet tokens`. 

closes #207
  • Loading branch information
mj52951 authored Jun 13, 2024
1 parent b4804d5 commit 9d67ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-widget-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function App() {

const obtainTokensClick = () => {
window.open(
'https://docs.buildwithsygma.com/environments/testnet/obtain-testnet-tokens',
'https://docs.buildwithsygma.com/resources/environments/testnet/obtain-testnet-tokens',
'_blank',
);
};
Expand Down

0 comments on commit 9d67ca9

Please sign in to comment.