mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
refactor: 💄 relay icon
This commit is contained in:
parent
2044196a23
commit
cceed733e5
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue