forked from Nixius/authelia
bump
This commit is contained in:
parent
71b91a4284
commit
76e351c7e7
|
|
@ -123,7 +123,7 @@
|
|||
<p style="color: var(--muted); margin-bottom: 1rem;">We've reached our limit for new signups. Check back later.</p>
|
||||
{{else if and .StripePaymentLink (eq .PricingTier 0) (not .UseCheckoutForm)}}
|
||||
<h2>Free Plan</h2>
|
||||
<div class="price">$0 <span>/ one-time</span></div>
|
||||
<div class="price">$0 <span>/month for max 3 months</span></div>
|
||||
<ul class="features">
|
||||
{{range .Features}}<li>{{.}}</li>{{end}}
|
||||
</ul>
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
{{else if .UseCheckoutForm}}
|
||||
{{if eq .PricingTier 0}}
|
||||
<h2>Launch Offer</h2>
|
||||
<div class="price">$0 <span>/ 3 months, then ends</span></div>
|
||||
<div class="price">$0 <span>/month for max 3 months</span></div>
|
||||
{{else if eq .PricingTier 1}}
|
||||
<h2>Founder Plan</h2>
|
||||
<div class="price">$20 <span>/ year, then $100/month</span></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue