chore: adds backlink to readme to version display

This commit is contained in:
Ben Kremer 2022-05-31 11:42:38 +02:00
parent 55cdfbf6a6
commit 1c4c4de242
3 changed files with 30 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>