Use phosphor icons
This commit is contained in:
parent
8a2135ba28
commit
baef1b8ca9
|
@ -30,7 +30,7 @@
|
||||||
type="search"
|
type="search"
|
||||||
>
|
>
|
||||||
<template #prefix
|
<template #prefix
|
||||||
><i class="ti ti-search"></i
|
><i class="ph-search ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
</MkInput>
|
</MkInput>
|
||||||
<MkRadios
|
<MkRadios
|
||||||
|
@ -201,7 +201,7 @@ const headerTabs = $computed(() => [
|
||||||
{
|
{
|
||||||
key: "search",
|
key: "search",
|
||||||
title: i18n.ts.search,
|
title: i18n.ts.search,
|
||||||
icon: "ti ti-search",
|
icon: "ph-search ph-bold ph-lg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "featured",
|
key: "featured",
|
||||||
|
|
Loading…
Reference in New Issue