mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: replace sprite in SearchModal
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
---
|
||||
import Search from 'astro-pagefind/components/Search';
|
||||
|
||||
import { Sprite } from 'astro-icon';
|
||||
|
||||
import { Link } from '.';
|
||||
import { Close } from './icons';
|
||||
---
|
||||
|
||||
<dialog>
|
||||
@@ -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]"
|
||||
>
|
||||
<Sprite name="ri:close-line" class="h-[2em] w-[2em]" />
|
||||
<Close class="icon h-[2em] w-[2em]" />
|
||||
</button>
|
||||
</Link>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user