fixed typo, added tier
This commit is contained in:
@@ -3,13 +3,16 @@ import getEntitledCents from '/imports/api/users/patreon/getEntitledCents.js';
|
||||
|
||||
const TIERS = [
|
||||
{
|
||||
//cost per user $0
|
||||
name: 'Commoner',
|
||||
minimumEntitledCents: 0,
|
||||
invites: 0,
|
||||
paidBenefits: false,
|
||||
}, {
|
||||
//cost per user $0
|
||||
name: 'Dreamer',
|
||||
minimumEntitledCents: 100,
|
||||
invites: 0,
|
||||
paidBenefits: false,
|
||||
}, {
|
||||
name: 'Wanderer',
|
||||
minimumEntitledCents: 300,
|
||||
invites: 0,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
class="fill-height"
|
||||
>
|
||||
<h1>
|
||||
DiceCloud verison 2 beta will launch in
|
||||
DiceCloud version 2 beta will launch in
|
||||
</h1>
|
||||
<h1 style="font-size: 64px;">
|
||||
<countdown
|
||||
|
||||
Reference in New Issue
Block a user