From dba1e2a8eb4b622a898f119084775f1c915724be Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 1 Apr 2026 10:05:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(topbar):=20use=20Long-Arrow-Right=20icon=20?= =?UTF-8?q?for=20sender=E2=86=92receiver=20separator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/PersonChipRow.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/PersonChipRow.svelte b/frontend/src/lib/components/PersonChipRow.svelte index 20d8b1f1..e50ed3e3 100644 --- a/frontend/src/lib/components/PersonChipRow.svelte +++ b/frontend/src/lib/components/PersonChipRow.svelte @@ -23,7 +23,7 @@ const visibleReceivers = $derived(receivers.slice(0, 2)); {#if sender && receivers.length > 0}