mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: replace sprite in SearchLink
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
import { Sprite } from 'astro-icon';
|
import { Search } from './icons';
|
||||||
|
|
||||||
import { Link } from '.';
|
import { Link } from '.';
|
||||||
---
|
---
|
||||||
@@ -15,6 +15,6 @@ import { Link } from '.';
|
|||||||
tabindex={-1}
|
tabindex={-1}
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<Sprite name="ri:search-line" class="h-icon w-icon" />
|
<Search class="icon h-icon w-icon" />
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user