diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 40ade6e6..623312ca 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -17,9 +17,7 @@
{{ custom_domain.domain }} - {% if custom_domain.verified %} - - {% endif %} + {% if custom_domain.verified %} ✅ {% else %} 🚫{% endif %}
Created {{ custom_domain.created_at | dt }}