refactor: 💄 relay icon

This commit is contained in:
ThatOneCalculator 2023-07-13 17:22:35 -07:00
parent cb561ddef8
commit a82ef942b4
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ const menuDef = $computed(() => [
active: currentPage?.route.name === "security",
},
{
icon: "ph-flow-arrow ph-bold ph-lg",
icon: "ph-arrows-merge ph-bold ph-lg",
text: i18n.ts.relays,
to: "/admin/relays",
active: currentPage?.route.name === "relays",

View file

@ -108,7 +108,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.relays,
icon: "ph-flow-arrow ph-bold ph-lg",
icon: "ph-arrows-merge ph-bold ph-lg",
});
</script>