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