1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
metamask-extension/ui/components/component-library/avatar-with-badge/avatar-with-badge.constants.js
Nidhi Kumari f8881a01db
AvatarWithBadge Housekeeping (#16985)
* updated classnames

* updated readme and tests for avatar with badge

* updated constants in root

* replacing BADGE_POSITIONS with AVATAR_WITH_BADGE_BADGE_POSITIONS
2022-12-22 00:36:40 +05:30

5 lines
81 B
JavaScript

export const AVATAR_WITH_BADGE_POSTIONS = {
TOP: 'top',
BOTTOM: 'bottom',
};