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