chore: replace sprite in SearchLink

This commit is contained in:
Stefan Imhoff
2023-12-15 13:47:40 +01:00
parent 3309a13d47
commit 28ed9609dd

View File

@@ -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"
>
<Sprite name="ri:search-line" class="h-icon w-icon" />
<Search class="icon h-icon w-icon" />
</button>
</Link>