mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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",
|
active: currentPage?.route.name === "profile",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "ph-lock-open ph-bold ph-lg",
|
icon: "ph-keyhole ph-bold ph-lg",
|
||||||
text: i18n.ts.privacy,
|
text: i18n.ts.privacy,
|
||||||
to: "/settings/privacy",
|
to: "/settings/privacy",
|
||||||
active: currentPage?.route.name === "privacy",
|
active: currentPage?.route.name === "privacy",
|
||||||
|
|
|
@ -184,6 +184,6 @@ const headerTabs = $computed(() => []);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
title: i18n.ts.privacy,
|
title: i18n.ts.privacy,
|
||||||
icon: "ph-lock-open ph-bold ph-lg",
|
icon: "ph-keyhole ph-bold ph-lg",
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue