Skip to content

Commit

Permalink
fix: update download button and links
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Dec 2, 2021
1 parent acdfd8d commit 1998933
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 29 deletions.
15 changes: 5 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@
<img src="https://raw.githubusercontent.com/argentlabs/argent-x/HEAD/assets/readme-header.png">
</p>

<!-- ---
---

<h3 align='center'>⬇️ Get <b>ArgentX</b> for StarkNet today:</h3>
<h3 align='center' style='margin: 1em;'>⬇️ Get <b>ArgentX</b> for StarkNet today:</h3>

<p align="center">
<a href="https://github.com/argentlabs/argent-x">
<a href="https://chrome.google.com/webstore/detail/argent-x-starknet-wallet/dlcobpjiigpikoobohmabehhmhfoodbb/">
<img src="https://raw.githubusercontent.com/argentlabs/argent-x/HEAD/packages/get-starknet/src/button-download.svg">
</a>
</p>

-->


---

<h2>🌈 Table of contents</h2>

- [🧒 Example dapp](#-example-dapp)
- [🌐 Usage with your dapp](#-usage-with-your-dapp)
- [🚀 Install from sources](#install-from-sources)
- [🚀 Install from sources](#-install-from-sources)
- [👩🏾‍💻 Development](#-development)
- [✏️ Contributing](#️-contributing)
- [❤️ Family and friends](#️-family-and-friends)
- [👨🏼‍🎨 Authors and license](#-authors-and-license)
- [🏎 Coming soon](#-coming-soon)


## 🧒 Example dapp
Expand Down Expand Up @@ -123,7 +122,3 @@ One more thank you to the StarkWare Team and Discord.
[Argent](https://github.com/argentlabs) and [contributors](https://github.com/argentlabs/argent-x/graphs/contributors).

GNU General Public License V3, see the included [License.md](License.md) file.

## 🏎 Coming soon

- [ ] Publish extension to Chrome Extension Store
5 changes: 4 additions & 1 deletion packages/get-starknet/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
Please download ArgentX to use this dapp, which runs on StarkNet, a
ZK-Rollup Layer-2 network on Ethereum.
</p>
<a href="https://github.com/argentlabs/argent-x" target="_blank">
<a
href="https://chrome.google.com/webstore/detail/argent-x-starknet-wallet/dlcobpjiigpikoobohmabehhmhfoodbb/"
target="_blank"
>
<DownloadSvg />
</a>
</Modal>
Expand Down
Loading

0 comments on commit 1998933

Please sign in to comment.