diff --git a/packages/client/src/pages/settings/index.vue b/packages/client/src/pages/settings/index.vue index ee0d77b99..def40a277 100644 --- a/packages/client/src/pages/settings/index.vue +++ b/packages/client/src/pages/settings/index.vue @@ -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", diff --git a/packages/client/src/pages/settings/privacy.vue b/packages/client/src/pages/settings/privacy.vue index c670934ae..08a388bd8 100644 --- a/packages/client/src/pages/settings/privacy.vue +++ b/packages/client/src/pages/settings/privacy.vue @@ -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", });