refactor: 💄 relay icon
This commit is contained in:
parent
cb561ddef8
commit
a82ef942b4
@ -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",
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user