From b346c5a37f43ff920c592a36b4ad844aa4d11ac5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 15 Dec 2023 13:17:10 +0100 Subject: [PATCH] chore: replace sprite in RSSLink --- src/components/RSSLink.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index 4a098e5..6bffe88 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -1,13 +1,12 @@ --- -import { Sprite } from 'astro-icon'; - import { Link, Subsubheadline } from '.'; +import { Rss } from './icons'; ---