refactor: 💄 privacy icon
This commit is contained in:
parent
a82ef942b4
commit
5b2884c5d3
|
@ -100,7 +100,7 @@ const menuDef = computed(() => [
|
|||
active: currentPage?.route.name === "profile",
|
||||
},
|
||||
{
|
||||
icon: "ph-lock-open ph-bold ph-lg",
|
||||
icon: "ph-keyhole ph-bold ph-lg",
|
||||
text: i18n.ts.privacy,
|
||||
to: "/settings/privacy",
|
||||
active: currentPage?.route.name === "privacy",
|
||||
|
|
|
@ -184,6 +184,6 @@ const headerTabs = $computed(() => []);
|
|||
|
||||
definePageMetadata({
|
||||
title: i18n.ts.privacy,
|
||||
icon: "ph-lock-open ph-bold ph-lg",
|
||||
icon: "ph-keyhole ph-bold ph-lg",
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue