mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
f8881a01db
* updated classnames * updated readme and tests for avatar with badge * updated constants in root * replacing BADGE_POSITIONS with AVATAR_WITH_BADGE_BADGE_POSITIONS
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
export const AVATAR_WITH_BADGE_POSTIONS = {
|
|
TOP: 'top',
|
|
BOTTOM: 'bottom',
|
|
};
|