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:
parent
46b2290822
commit
8f8613a4e1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user