Skip to content

Commit

Permalink
fix: back button
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jun 6, 2023
1 parent dc3c257 commit c2a37df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/common/BackButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defineProps({

<style lang="scss" scoped>
.back-button-container {
@apply mt-5 block text-black transition-colors hover:text-gray-600 md:mt-8;
@apply block pt-5 text-black transition-colors hover:text-gray-600 md:pt-8;
.arrow-icon {
@apply h-6 w-6;
Expand Down
2 changes: 1 addition & 1 deletion pages/transaction/zksync/era/receive-address.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<BackButton as="RouterLink" :fallback="{ name: 'transaction-zksync-era-receive' }" />
<BackButton :fallback="{ name: 'transaction-zksync-era-receive' }" />

<h1 class="h1">Receive</h1>
<Receive :address="address">
Expand Down

0 comments on commit c2a37df

Please sign in to comment.