mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
#326 fix "explore" header icon
This commit is contained in:
parent
8b699248af
commit
5d496a1636
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ const headerTabs = $computed(() => [
|
|||
definePageMetadata(
|
||||
computed(() => ({
|
||||
title: i18n.ts.explore,
|
||||
icon: "ph-compass ph-bold ph-lg",
|
||||
icon: "ph-hash ph-bold ph-lg",
|
||||
})),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue