Skip to content

Commit

Permalink
add mintbase
Browse files Browse the repository at this point in the history
  • Loading branch information
microchipgnu committed Mar 14, 2024
1 parent 28e93de commit b523d56
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/frontend/src/components/landing/GuestLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Translate } from 'react-localize-redux';

import HereWalletIcon from '../../images/wallet-icons/here-wallet-icon.png';
import MeteorWalletIcon from '../../images/wallet-icons/meteor-wallet-icon.png';
import MintbaseWalletIcon from '../../images/wallet-icons/mintbase-wallet-icon.png';
import NearMobileIcon from '../../images/wallet-icons/near-mobile-icon.png';
import NearWalletIcon from '../../images/wallet-icons/near-wallet-icon.png';
import NightlyWalletIcon from '../../images/wallet-icons/nightly-wallet-icon.png';
Expand Down Expand Up @@ -361,6 +362,27 @@ export function GuestLanding({ history, accountFound, onTransfer }) {
<Translate id="landing.wallet.nearMobile" />
</p>
</SingleCard>
<SingleCard
href="https://wallet.mintbase.xyz"
target="_blank"
onClick={() => {
recordWalletMigrationEvent('click', {
element: {
type: 'link',
description: 'Mintbase Wallet',
},
});
}}
>
<img
src={MintbaseWalletIcon}
alt="mintbase-wallet-icon"
/>
<h3>Mintbase Wallet</h3>
<p>
<Translate id="landing.wallet.mintbaseWallet" />
</p>
</SingleCard>
</CardContainer>
</CardsSection>
</DefaultContainer>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/frontend/src/translations/en.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@
"description": "You can transfer your accounts to any of the wallets below or manually import them to the wallet of your choice using your recovery phrase.",
"near": "A browser based wallet that offers the same UI and features of wallet.near.org",
"meteor": "Both a browser and extension wallet, with advanced NFT features.",
"mintbaseWallet": "Seedless, gassless, non-custodial, no app to install wallet for your grandmother.",
"sender": "Security-audited mobile & extension wallet with 1M+ users, supporting NEAR & Aurora.",
"here": "Non-custodial mobile wallet with a friendly user interface and advanced features.",
"nightly": "A mobile and extension wallet, with support for multiple ecosystems.",
Expand Down

0 comments on commit b523d56

Please sign in to comment.