Skip to content

Commit

Permalink
Revert hw support
Browse files Browse the repository at this point in the history
  • Loading branch information
Topper authored and Topper committed Jul 28, 2024
1 parent c07ddf9 commit de3f9e2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions scripts/dashboard/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,46 @@ 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 AIPG'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 de3f9e2

Please sign in to comment.