Skip to content

Commit 0b14859

Browse files
authored
Merge pull request #41 from Debugging-Disciples/copilot/update-profile-ui-divider
fix: Add divider between password and danger zone sections on Profile page
2 parents 22d96b8 + 86c7f09 commit 0b14859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/Profile.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { useForm } from "react-hook-form";
3838
import * as z from "zod";
3939
import { db } from "../utils/firebase";
4040
import { Trash2, User, Link as LinkIcon } from "lucide-react";
41+
import { Separator } from "@/components/ui/separator";
4142
import SocialMediaLinks from "@/components/SocialMedia";
4243
import FriendsList from "@/components/FriendsList";
4344
import PartnerProgress from "@/components/PartnerProgress";
@@ -461,6 +462,8 @@ const Profile: React.FC = () => {
461462
</form>
462463
</Form>
463464

465+
<Separator className="my-6" />
466+
464467
<CardContent>
465468
<CardTitle>Danger Zone</CardTitle>
466469
<CardDescription className="mt-2">

0 commit comments

Comments
 (0)