From bf4f0b61ed7c5949951f05b879eb4b6cb7d956f1 Mon Sep 17 00:00:00 2001 From: SomeCodecat <88855796+SomeCodecat@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:24:38 +0200 Subject: [PATCH] feat: tempcommit --- .../misc/profile-picture-upload.tsx | 7 +++- src/components/misc/settings-page.tsx | 40 +++++++++---------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/components/misc/profile-picture-upload.tsx b/src/components/misc/profile-picture-upload.tsx index 9ddf2a7..41b64e0 100644 --- a/src/components/misc/profile-picture-upload.tsx +++ b/src/components/misc/profile-picture-upload.tsx @@ -5,13 +5,18 @@ import { User } from 'lucide-react'; import { Input } from '../ui/input'; -export default function ProfilePictureUpload() { +export default function ProfilePictureUpload({ + className, +}: { + className?: string; +}) { const { data } = useGetApiUserMe(); return ( <>
- -
-
- -
-
- -
-
-
+
+ +
+
+ +
- +
@@ -151,7 +147,7 @@ export default function SettingsPage() {
- + Permanently delete your account and all associated data.