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