From fb241fc736ae91213b88816bc4958b9654ea614e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 25 Feb 2026 19:12:51 +0000
Subject: [PATCH 1/2] Initial plan
From 86c7f09c7b51339eb9bca33518715a226ca4d4c5 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 25 Feb 2026 19:16:49 +0000
Subject: [PATCH 2/2] fix: add light gray divider between password section and
danger zone in profile
Co-authored-by: JustinhSE <84724234+JustinhSE@users.noreply.github.com>
---
src/pages/Profile.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx
index eab392a..f709897 100644
--- a/src/pages/Profile.tsx
+++ b/src/pages/Profile.tsx
@@ -38,6 +38,7 @@ import { useForm } from "react-hook-form";
import * as z from "zod";
import { db } from "../utils/firebase";
import { Trash2, User, Link as LinkIcon } from "lucide-react";
+import { Separator } from "@/components/ui/separator";
import SocialMediaLinks from "@/components/SocialMedia";
import FriendsList from "@/components/FriendsList";
import PartnerProgress from "@/components/PartnerProgress";
@@ -461,6 +462,8 @@ const Profile: React.FC = () => {
+
+
Danger Zone