Skip to content

Commit

Permalink
fix: improve withdrawal finalization notice (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Jan 19, 2024
1 parent 5d82685 commit 591f0fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions views/transactions/Transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,23 @@
class="underline underline-offset-2"
>third-party bridges</a
>
<ArrowTopRightOnSquareIcon class="h-6 w-6" aria-hidden="true" />
</span>
</p>
</CommonAlert>
<CommonButton type="submit" variant="primary" class="mt-block-gap w-full" @click="buttonContinue()">
Continue
</CommonButton>
<CommonButton
size="sm"
as="a"
href="https://zksync.dappradar.com/ecosystem?category-de=bridges"
target="_blank"
class="mx-auto mt-block-gap w-max gap-1"
type="submit"
variant="primary"
class="mt-block-gap w-full gap-1"
>
See third party bridges
See third-party bridges
<ArrowTopRightOnSquareIcon class="h-6 w-6" aria-hidden="true" />
</CommonButton>
<CommonButton size="sm" class="mx-auto mt-block-gap w-max" @click="buttonContinue()">
I understand, proceed to withdrawal
</CommonButton>
</template>
<template v-else-if="step === 'confirm'">
<CommonAlert
Expand Down

0 comments on commit 591f0fc

Please sign in to comment.