diff --git a/.vscode/settings.json b/.vscode/settings.json index 4162b6d7dd..63b93027f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": [ "javascript" diff --git a/packages/frontend/src/components/landing/GuestLanding.js b/packages/frontend/src/components/landing/GuestLanding.js index cf6a283113..f87ceb966e 100644 --- a/packages/frontend/src/components/landing/GuestLanding.js +++ b/packages/frontend/src/components/landing/GuestLanding.js @@ -1,12 +1,12 @@ -import React, { useEffect, useState, useRef } from 'react'; +import React, { useEffect, useRef, useState } from 'react'; import { Translate } from 'react-localize-redux'; import styled from 'styled-components'; import ArrowGrnImage from '../../images/icon-arrow-grn.svg'; import ArrowWhiteImage from '../../images/icon-arrow-white.svg'; +import BitteWalletIcon from '../../images/wallet-icons/bitte-wallet-icon.png'; 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'; @@ -951,24 +951,24 @@ export function GuestLanding({ history, accountFound, onTransfer }) {

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

Mintbase Wallet

+

Bitte Wallet

- +

diff --git a/packages/frontend/src/images/wallet-icons/bitte-wallet-icon.png b/packages/frontend/src/images/wallet-icons/bitte-wallet-icon.png new file mode 100644 index 0000000000..edfb550174 Binary files /dev/null and b/packages/frontend/src/images/wallet-icons/bitte-wallet-icon.png differ diff --git a/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png b/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png deleted file mode 100644 index 868ace8c0f..0000000000 Binary files a/packages/frontend/src/images/wallet-icons/mintbase-wallet-icon.png and /dev/null differ diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index 9e1d1486f4..08e57a7097 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -695,7 +695,7 @@ "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.", - "mintbase": "A passkey meta trasaction, browser wallet, with advanced NFT and AI features." + "bitte": "Smart, simple access to crypto on any blockchain. Powered by in-wallet AI agents." }, "transfer": { "title": "You have accounts that need to be transferred",