Skip to content

Commit

Permalink
Remove hw
Browse files Browse the repository at this point in the history
  • Loading branch information
Topper authored and Topper committed Jan 11, 2024
1 parent e0e5cc2 commit 70b6ea0
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions scripts/dashboard/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,44 +36,6 @@ const { advancedMode } = toRefs(props);
"
/>

<!-- ACCESS LEDGER HARDWARE WALLET -->
<div class="col-12 col-lg-6 p-2">
<div
id="generateHardwareWallet"
class="h-100 dashboard-item dashboard-display"
>
<div class="container">
<div class="coinstat-icon" v-html="fire"></div>

<div class="col-md-12 dashboard-title">
<h3 class="aipg-bold-title" style="font-size: 38px">
<span data-i18n="dCardThreeTitle">Access your</span>
<div data-i18n="dCardThreeSubTitle">
Ledger Wallet
</div>
</h3>
<p data-i18n="dCardThreeDesc">
Use your Ledger Hardware wallet with MPW's familiar
interface.
</p>
</div>

<button
class="aipg-button-big"
@click="$emit('import-wallet', { type: 'hardware' })"
data-testid="hardwareWalletBtn"
>
<span class="buttoni-icon" v-html="pLogo"> </span>

<span class="buttoni-text" data-i18n="dCardThreeButton"
>Access my Ledger</span
>
</button>
</div>
</div>
</div>

<br />
<AccessWallet
:advancedMode="advancedMode"
@import-wallet="
Expand Down

0 comments on commit 70b6ea0

Please sign in to comment.