Remove beta-badge on custom domain

This commit is contained in:
Son NK 2019-12-27 23:32:28 +01:00 committed by Son Nguyen Kim
parent d0218c86de
commit eb7798c145
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
{% if current_user.is_premium() %}
<a class="dropdown-item" href="{{ url_for('dashboard.custom_domain') }}">
<i class="dropdown-icon fe fe-server"></i> Custom Domains <span class="badge badge-info">Beta</span>
<i class="dropdown-icon fe fe-server"></i> Custom Domains
</a>
{% endif %}