Skip to content

Commit

Permalink
fix: change url on button
Browse files Browse the repository at this point in the history
  • Loading branch information
mj52951 committed Jun 13, 2024
1 parent b4804d5 commit a3f5cc1
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 a3f5cc1

Please sign in to comment.