Use phosphor icons

This commit is contained in:
naskya 2023-05-07 08:08:07 +09:00
parent 0fb14f8f43
commit 2a26c417f7

View file

@ -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",