Use phosphor icons

This commit is contained in:
naskya 2023-05-07 08:08:07 +09:00
parent 8a2135ba28
commit baef1b8ca9
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

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