mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
ace7b0cda9
This reverts commit d91ce9c4b5
.
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
export const BADGE_POSITIONS = {
|
|
TOP: 'top',
|
|
BOTTOM: 'bottom',
|
|
};
|