Aug 21 - MT22 logo seam fix

This commit is contained in:
2026-08-21 09:19:42 -04:00
parent 54a4a44bae
commit 6371b13c13
7 changed files with 352 additions and 21 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
<a class="jqc-brand" href="{{ url_for('dashboard.index') }}">
{% if tenant_branding and tenant_branding.logo_url %}
<img src="{{ url_for('static', filename=tenant_branding.logo_url) }}"
<img src="{{ media_url(tenant_branding.logo_url) }}"
alt="{{ tenant_branding.display_name }}" class="jqc-brand-logo">
{% else %}
<span class="jqc-brand-mark">JQC</span>