diff --git a/packages/frontend/src/components/landing/GuestLanding.js b/packages/frontend/src/components/landing/GuestLanding.js index ff4fc97cb3..a3520c47d6 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'; @@ -33,6 +34,7 @@ import { TransferSectionWrapper, } from './GuestLanding.styles'; + export function GuestLanding({ history, accountFound, onTransfer }) { const [walletSelectorModal, setWalletSelectorModal] = useState(); const [showModal, setShowModal] = useState(); @@ -374,6 +376,28 @@ export function GuestLanding({ history, accountFound, onTransfer }) {

+ { + recordWalletMigrationEvent('click', { + element: { + type: 'link', + description: 'Mintbase Wallet', + }, + }); + }} + > + + meteor-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..868ace8c0f 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 d7de2d7c67..a2c1caf5fe 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -693,7 +693,8 @@ "here": "Non-custodial mobile wallet with a friendly user interface and advanced features.", "nightly": "A mobile and extension wallet, with support for multiple ecosystems.", "wellDone": "A multi-chain extension wallet that gives you control over all your assets from a single platform.", - "nearMobile": "A non-custodial wallet that is easy to use and well designed to manage your crypto wherever you go." + "nearMobile": "A non-custodial wallet that is easy to use and well designed to manage your crypto wherever you go.", + "mintbase": "A passkey meta trasaction, browser wallet, with advanced NFT and AI features." }, "transfer": { "title": "You have accounts that need to be transferred", @@ -2026,4 +2027,4 @@ "title": "Your account is now active!" } } -} +} \ No newline at end of file