From 28ed9609ddecd8c92bc94373bd26bc9b29f98801 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 15 Dec 2023 13:47:40 +0100 Subject: [PATCH] chore: replace sprite in SearchLink --- src/components/SearchLink.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchLink.astro b/src/components/SearchLink.astro index c9fd353..81cc640 100644 --- a/src/components/SearchLink.astro +++ b/src/components/SearchLink.astro @@ -1,5 +1,5 @@ --- -import { Sprite } from 'astro-icon'; +import { Search } from './icons'; import { Link } from '.'; --- @@ -15,6 +15,6 @@ import { Link } from '.'; tabindex={-1} type="button" > - +