We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d96b8 + 86c7f09 commit 0b14859Copy full SHA for 0b14859
src/pages/Profile.tsx
@@ -38,6 +38,7 @@ import { useForm } from "react-hook-form";
38
import * as z from "zod";
39
import { db } from "../utils/firebase";
40
import { Trash2, User, Link as LinkIcon } from "lucide-react";
41
+import { Separator } from "@/components/ui/separator";
42
import SocialMediaLinks from "@/components/SocialMedia";
43
import FriendsList from "@/components/FriendsList";
44
import PartnerProgress from "@/components/PartnerProgress";
@@ -461,6 +462,8 @@ const Profile: React.FC = () => {
461
462
</form>
463
</Form>
464
465
+ <Separator className="my-6" />
466
+
467
<CardContent>
468
<CardTitle>Danger Zone</CardTitle>
469
<CardDescription className="mt-2">
0 commit comments