From 8e05f69a5285f760eec72c4113075182605e67e7 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Sun, 31 May 2026 14:03:23 +0000 Subject: [PATCH] forward icon --- website/src/js/channel-preview.jsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/js/channel-preview.jsc b/website/src/js/channel-preview.jsc index 50c38c4130..2e2eb2fc86 100644 --- a/website/src/js/channel-preview.jsc +++ b/website/src/js/channel-preview.jsc @@ -429,7 +429,7 @@ const FILE_ICON_SVG = ``; -const FORWARD_ICON_SVG = ``; +const FORWARD_ICON_SVG = ``; function initChannelPreview(container) { const relayUrls = (container.dataset.relayUrls || '').split(',').map(u => u.trim()).filter(Boolean);