chore: adds backlink to readme to version display
This commit is contained in:
parent
55cdfbf6a6
commit
1c4c4de242
@ -229,6 +229,16 @@ export default function App() {
|
|||||||
<Banner />
|
<Banner />
|
||||||
<h6>
|
<h6>
|
||||||
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
||||||
|
<sup>
|
||||||
|
(
|
||||||
|
<a
|
||||||
|
style={{ textDecoration: "underline" }}
|
||||||
|
href="https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-cosmos-provider"
|
||||||
|
>
|
||||||
|
outdated
|
||||||
|
</a>{" "}
|
||||||
|
⚠️)
|
||||||
|
</sup>
|
||||||
</h6>
|
</h6>
|
||||||
<SButtonContainer>
|
<SButtonContainer>
|
||||||
<h6>Select Cosmos chain:</h6>
|
<h6>Select Cosmos chain:</h6>
|
||||||
|
@ -274,6 +274,16 @@ export default function App() {
|
|||||||
<Banner />
|
<Banner />
|
||||||
<h6>
|
<h6>
|
||||||
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
||||||
|
<sup>
|
||||||
|
(
|
||||||
|
<a
|
||||||
|
style={{ textDecoration: "underline" }}
|
||||||
|
href="https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-ethers"
|
||||||
|
>
|
||||||
|
outdated
|
||||||
|
</a>{" "}
|
||||||
|
⚠️)
|
||||||
|
</sup>
|
||||||
</h6>
|
</h6>
|
||||||
<SButtonContainer>
|
<SButtonContainer>
|
||||||
<h6>Select an Ethereum chain:</h6>
|
<h6>Select an Ethereum chain:</h6>
|
||||||
|
@ -283,6 +283,16 @@ export default function App() {
|
|||||||
<Banner />
|
<Banner />
|
||||||
<h6>
|
<h6>
|
||||||
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
<span>{`Using v${version || "2.0.0-beta"}`}</span>
|
||||||
|
<sup>
|
||||||
|
(
|
||||||
|
<a
|
||||||
|
style={{ textDecoration: "underline" }}
|
||||||
|
href="https://github.com/WalletConnect/web-examples/tree/main/dapps/react-dapp-v2-with-web3js"
|
||||||
|
>
|
||||||
|
outdated
|
||||||
|
</a>{" "}
|
||||||
|
⚠️)
|
||||||
|
</sup>
|
||||||
</h6>
|
</h6>
|
||||||
<SButtonContainer>
|
<SButtonContainer>
|
||||||
<h6>Select an Ethereum chain:</h6>
|
<h6>Select an Ethereum chain:</h6>
|
||||||
|
Loading…
Reference in New Issue
Block a user