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 8470424 commit 9676859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/modal/WalletWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<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://zksync.dappradar.com/?category-dew=wallet" target="_blank">Ecosystem</a> website.
<a class="link" href="https://zksync.dappradar.com/ecosystem?category-de=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 9676859

Please sign in to comment.