diff --git a/packages/frontend/src/components/landing/GuestLanding.js b/packages/frontend/src/components/landing/GuestLanding.js index a9aaa6a56f..dbc39869f6 100644 --- a/packages/frontend/src/components/landing/GuestLanding.js +++ b/packages/frontend/src/components/landing/GuestLanding.js @@ -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'; @@ -361,6 +362,27 @@ export function GuestLanding({ history, accountFound, onTransfer }) {

+ { + recordWalletMigrationEvent('click', { + element: { + type: 'link', + description: 'Mintbase Wallet', + }, + }); + }} + > + mintbase-wallet-icon +

Mintbase Wallet

+

+ +

+
diff --git a/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png b/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png new file mode 100644 index 0000000000..40e39c493a Binary files /dev/null and b/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png differ diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index c74aa268f8..209f8abeb3 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -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.",