Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
flowscience authored Sep 18, 2023
1 parent 4ccb7b8 commit 39a0840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { NetworkId, Widgets } from "./data/widgets";
import { useEthersProviderContext } from "./data/web3";

export const refreshAllowanceObj = {};
const documentationHref = "https://docs.opencann.net/";
const documentationHref = "docs.opencann.net/";

function App(props) {
const [connected, setConnected] = useState(false);
Expand Down

0 comments on commit 39a0840

Please sign in to comment.