#326 fix "explore" header icon

This commit is contained in:
AntoineÐ 2023-10-17 19:05:02 +02:00 committed by Laura Hausmann
parent 8b699248af
commit 5d496a1636
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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",
})),
);