move to constants
This commit is contained in:
parent
8bcdddccae
commit
f4252d57a3
2 changed files with 12 additions and 10 deletions
|
@ -24,3 +24,11 @@ export const COLORS = {
|
|||
yellow: 0xfde047,
|
||||
orange: 0xfb923c,
|
||||
} as const;
|
||||
|
||||
export const ALLOWED_ROLES = [
|
||||
'Alert',
|
||||
'Events',
|
||||
'Progress',
|
||||
'Lenny is very special and thinks the UK needs a role',
|
||||
'Roly Poly Cult',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue