1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

UX: Increase network name threshold before showing tooltip (#20009)

This commit is contained in:
David Walsh 2023-07-18 17:09:26 -05:00 committed by GitHub
parent 46b2290822
commit 8f8613a4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ import {
SEPOLIA_DISPLAY_NAME,
} from '../../../../shared/constants/network';
const MAXIMUM_CHARACTERS_WITHOUT_TOOLTIP = 17;
const MAXIMUM_CHARACTERS_WITHOUT_TOOLTIP = 20;
function getAvatarNetworkColor(name) {
switch (name) {