From e3857104984b3986add37b22c0b6f102b446fc58 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Wed, 8 Jul 2026 16:47:58 +0100 Subject: [PATCH] Swap to classic RSS waveguide icon for better recognizability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the broadcast-style SVG icon with the traditional RSS symbol (dot + two concentric arcs) — the standard feed icon used across browsers and feed readers. --- app/lib/firehose_web/components/core_components.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/lib/firehose_web/components/core_components.ex b/app/lib/firehose_web/components/core_components.ex index 18cf8f5..d0be6c1 100644 --- a/app/lib/firehose_web/components/core_components.ex +++ b/app/lib/firehose_web/components/core_components.ex @@ -439,8 +439,7 @@ defmodule FirehoseWeb.CoreComponents do class={[@class]} {@rest} > - - + """ end