diff --git a/README.md b/README.md index 2ec9b1b0b..9c8c29bea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > 🦊 Minimalized version of MetaMask for my own personal use without the myriad of banners & buttons I will never use, and without that terrible Roboto typeface. +Screenshot 2023-03-17 at 12 53 19 + **Don't blindly trust me and double check the changes before installing this in your own browser.** [**Compare code changes →**](https://github.com/MetaMask/metamask-extension/compare/develop...kremalicious:metamask-extension:minimal) @@ -10,7 +12,7 @@ - tweaked overall typography defaulting to system font Avenir Next on macOS, respective default system font on all other OS - hide all those unneccessary nagging banners, like *Ledger connection instructions* or *network is busy* (it always is) -- minimal lock screen +- minimal unlock screen - NFT tab enabled by default - UX improvements around account dropdown when many accounts are in there - UX improvements around network dropdown diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js index a7826f3d8..35f17e9a0 100644 --- a/ui/pages/home/home.component.js +++ b/ui/pages/home/home.component.js @@ -47,7 +47,6 @@ import { ONBOARDING_SECURE_YOUR_WALLET_ROUTE, } from '../../helpers/constants/routes'; import ZENDESK_URLS from '../../helpers/constants/zendesk-url'; -import OpenSeaWhatsNewPopover from '../../components/app/open-sea-whats-new-popover/open-sea-whats-new-popover'; function shouldCloseNotificationPopup({ isNotification,