fixed typo, added tier

This commit is contained in:
Thaum Rystra
2020-05-07 16:14:50 +02:00
parent cb8d311fdc
commit 3fa9077124
2 changed files with 6 additions and 3 deletions

View File

@@ -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,

View File

@@ -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