From fd1fce8968324660d99ead63e50e52ab0123119b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 15 Dec 2023 13:49:42 +0100 Subject: [PATCH] chore: replace sprite in SearchModal --- src/components/SearchModal.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/SearchModal.astro b/src/components/SearchModal.astro index 6c797c8..4c09002 100644 --- a/src/components/SearchModal.astro +++ b/src/components/SearchModal.astro @@ -1,9 +1,8 @@ --- import Search from 'astro-pagefind/components/Search'; -import { Sprite } from 'astro-icon'; - import { Link } from '.'; +import { Close } from './icons'; --- @@ -18,7 +17,7 @@ import { Link } from '.'; aria-label="Close Search Modal" class="flex h-[2em] w-[2em] cursor-pointer items-center justify-center text-shibui-950 dark:text-shibui-200/[0.87]" > - +