From 029aa2d4ccca02e0537ac22c6e4ae2964d7c37d4 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Fri, 3 Jul 2026 11:05:36 +0200 Subject: [PATCH] fix(profile): emoji-presentation envelope icon for the email row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bare U+2709 rendered as a mono pseudo-glyph; add the U+FE0F variation selector so it shows as ✉️. --- ui/src/screens/Profile.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/screens/Profile.svelte b/ui/src/screens/Profile.svelte index 274ec8e..db1b42a 100644 --- a/ui/src/screens/Profile.svelte +++ b/ui/src/screens/Profile.svelte @@ -317,7 +317,7 @@ {#if p.email}
- {p.email} + ✉️{p.email} {#if !changingEmail} {/if}