mirror of
https://github.com/smittix/intercept.git
synced 2026-07-23 08:28:11 -07:00
fix(branding): use regular "i" glyph with green dot overlay
The dotless i (ı) wasn't rendering in all fonts. Switch to a regular "i" with the green dot CSS overlay positioned on top of the native dot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
{% block dashboard_title %}DASHBOARD{% endblock %}
|
||||
</span>
|
||||
<span style="font-size: var(--text-sm); color: var(--text-dim); margin-left: var(--space-2);">
|
||||
// <span class="brand-i">ı</span>NTERCEPT
|
||||
// <span class="brand-i">i</span>NTERCEPT
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user