diff --git a/src/app/(protected)/settings/page.tsx b/src/app/(protected)/settings/page.tsx
index d72324e..47097e8 100644
--- a/src/app/(protected)/settings/page.tsx
+++ b/src/app/(protected)/settings/page.tsx
@@ -53,12 +53,12 @@ export default function SettingsPage({ onClose }: SettingsPageProps) {
newPassword: string;
}) => {
console.log("Changing password");
- return true;
+ return true;
};
const handleDeleteAccount = async () => {
console.log("Deleting account");
- return true;
+ return true;
};
const handleExportData = () => {
@@ -116,12 +116,18 @@ export default function SettingsPage({ onClose }: SettingsPageProps) {
: "text-slate-400 hover:bg-slate-800/50 hover:text-white"
}`}
>
-
- Update your profile details and information -
-+ Update your profile details +
- {/* Profile Picture */} -- We'll send verification to this email -
-