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"
>
<template #prefix
><i class="ti ti-search"></i
><i class="ph-search ph-bold ph-lg"></i
></template>
</MkInput>
<MkRadios
@ -201,7 +201,7 @@ const headerTabs = $computed(() => [
{
key: "search",
title: i18n.ts.search,
icon: "ti ti-search",
icon: "ph-search ph-bold ph-lg",
},
{
key: "featured",