mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
refactor: 💄 privacy icon
This commit is contained in:
parent
cceed733e5
commit
c0e06611f5
@ -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
Block a user