refactor: 💄 relay icon
This commit is contained in:
parent
cb561ddef8
commit
a82ef942b4
2 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ const menuDef = $computed(() => [
|
||||||
active: currentPage?.route.name === "security",
|
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,
|
text: i18n.ts.relays,
|
||||||
to: "/admin/relays",
|
to: "/admin/relays",
|
||||||
active: currentPage?.route.name === "relays",
|
active: currentPage?.route.name === "relays",
|
||||||
|
|
|
@ -108,7 +108,7 @@ const headerTabs = $computed(() => []);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
title: i18n.ts.relays,
|
title: i18n.ts.relays,
|
||||||
icon: "ph-flow-arrow ph-bold ph-lg",
|
icon: "ph-arrows-merge ph-bold ph-lg",
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue