From 5f3510d4ef8bb770ba40d0636b2e7e17356a0f91 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 29 Jun 2023 13:14:34 +0200 Subject: [PATCH] fix: remove space between icon and text when link is hovered --- src/components/RSSLink.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index 06b037d..4a098e5 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -7,7 +7,7 @@ import { Link, Subsubheadline } from '.';