|
@@ -53,45 +53,45 @@ export const WORKING_GROUPS = [
|
|
|
{
|
|
|
groupType: 'operationsAlpha' as const,
|
|
|
titleCutoff: 1050,
|
|
|
- shortTitle: 'Operations A.',
|
|
|
- title: 'Operations Alpha',
|
|
|
- helpText: 'The current Operations Group Alpha members, and the sum of their projected rewards and stakes.',
|
|
|
+ shortTitle: 'Builders',
|
|
|
+ title: 'Builders',
|
|
|
+ helpText: 'The current Builders, and the sum of their projected rewards and stakes.',
|
|
|
color: '#009688',
|
|
|
lead: {
|
|
|
titleCutoff: 1015,
|
|
|
- shortTitle: 'Operations A. Lead',
|
|
|
- title: 'Operations Alpha Lead',
|
|
|
- helpText: 'Current Operations Group Alpha Lead, and their projected reward and stake.',
|
|
|
+ shortTitle: 'Builders Lead',
|
|
|
+ title: 'Builders Lead',
|
|
|
+ helpText: 'Current Builders Lead, and their projected reward and stake.',
|
|
|
color: '#00bcd4'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
groupType: 'operationsBeta' as const,
|
|
|
titleCutoff: 1050,
|
|
|
- shortTitle: 'Operations B.',
|
|
|
- title: 'Operations Beta',
|
|
|
- helpText: 'The current Operations Group Beta members, and the sum of their projected rewards and stakes.',
|
|
|
+ shortTitle: 'Human Res.',
|
|
|
+ title: 'Human Resources',
|
|
|
+ helpText: 'The current Human Resources Workers, and the sum of their projected rewards and stakes.',
|
|
|
color: '#03a9f4',
|
|
|
lead: {
|
|
|
titleCutoff: 1015,
|
|
|
- shortTitle: 'Operations B. Lead',
|
|
|
- title: 'Operations Beta Lead',
|
|
|
- helpText: 'Current Operations Group Beta Lead, and their projected reward and stake.',
|
|
|
+ shortTitle: 'HR Lead',
|
|
|
+ title: 'Human Res. Lead',
|
|
|
+ helpText: 'Current Human Resources Lead, and their projected reward and stake.',
|
|
|
color: '#2196f3'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
groupType: 'operationsGamma' as const,
|
|
|
titleCutoff: 1050,
|
|
|
- shortTitle: 'Operations G.',
|
|
|
- title: 'Operations Gamma',
|
|
|
- helpText: 'The current Operations Group Gamma members, and the sum of their projected rewards and stakes.',
|
|
|
+ shortTitle: 'Marketing',
|
|
|
+ title: 'Marketing',
|
|
|
+ helpText: 'The current Marketers, and the sum of their projected rewards and stakes.',
|
|
|
color: '#3f51b5',
|
|
|
lead: {
|
|
|
titleCutoff: 1015,
|
|
|
- shortTitle: 'Operations G. Lead',
|
|
|
- title: 'Operations Gamma Lead',
|
|
|
- helpText: 'Current Operations Group Gamma Lead, and their projected reward and stake.',
|
|
|
+ shortTitle: 'Marketing Lead',
|
|
|
+ title: 'Marketing Lead',
|
|
|
+ helpText: 'Current Marketing Lead, and their projected reward and stake.',
|
|
|
color: '#673ab7'
|
|
|
}
|
|
|
},
|