Skip to content

Commit

Permalink
fix: update wallet warning link
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Oct 10, 2023
1 parent aa7e9c4 commit 8470424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/WalletWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="leading-normal">
Make sure your wallet supports zkSync Era network before adding funds to your account. Otherwise, this can result
in <span class="font-medium text-red-600">loss of funds</span>. See the list of supported wallets on the
<a class="link" href="https://ecosystem.zksync.io/?filter=WALLET" target="_blank">Ecosystem</a> website.
<a class="link" href="https://zksync.dappradar.com/?category-dew=wallet" target="_blank">Ecosystem</a> website.
</p>

<CommonCheckbox ref="checkbox" v-model="warningChecked" class="mt-3">I understand the risk</CommonCheckbox>
Expand Down

0 comments on commit 8470424

Please sign in to comment.