feat: add email notification preferences and update settings page structure

This commit is contained in:
Usman Baig
2026-02-28 20:36:53 +01:00
parent 7053cf5d5e
commit 15f82eee00
4 changed files with 136 additions and 21 deletions

View File

@@ -60,6 +60,7 @@ export default function ProfileSettings({ activeTab }: Props = {}) {
logout={logout}
activeTab={activeTab}
hideNav={activeTab !== undefined}
hideNotifications
/>
)
}