mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
remove random alias from pricing
This commit is contained in:
parent
6ddb8ee5ab
commit
260b235328
2 changed files with 0 additions and 4 deletions
|
@ -69,9 +69,6 @@
|
|||
|
||||
<p class="small-text">
|
||||
Created {{ gen_email.created_at | dt }}
|
||||
{% if gen_email.custom %}
|
||||
- <span class="font-weight-bold small-text">Custom</span>
|
||||
{% endif %}
|
||||
{% if alias_info.highlight %}
|
||||
- <span class="font-weight-bold text-success small-text">New</span>
|
||||
{% endif %}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
<div class="card-body text-center">
|
||||
<div class="card-category">Premium</div>
|
||||
<ul class="list-unstyled leading-loose">
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <em>Unlimited</em> Random Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <em>Unlimited</em> Custom Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
|
||||
Custom email domain
|
||||
|
|
Loading…
Reference in a new issue