Skip to content

Commit

Permalink
Correct missing </div> tag in ModuleAccessWalletHardware.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Toporin committed Oct 6, 2021
1 parent 8dca7c0 commit ed89e21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/access-wallet/ModuleAccessWalletHardware.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<span v-if="onSatochip">
<div class="d-flex flex-column align-center">
<div class="titlePrimary-text">
Follow the instructions in the Satochip connection tab. If it did not
open automatically, click below.
Follow the instructions in the Satochip connection tab. If it did
not open automatically, click below.
</div>
<div>
<mew-button
Expand Down Expand Up @@ -222,6 +222,7 @@
</div>
</div>
</span>
</div>
<!--
=====================================================================================
Step 3: Select Address and Network | (If Applicable)
Expand Down

0 comments on commit ed89e21

Please sign in to comment.