Skip to content

Commit

Permalink
UX: Increase network name threshold before showing tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jul 13, 2023
1 parent 0ba4096 commit 0c5e27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0c5e27a

Please sign in to comment.