refactor: simplify layout structure in user settings components

This commit is contained in:
Anish Sarkar 2026-04-13 21:06:16 +05:30
parent 71f4f77f26
commit fce465a40f
2 changed files with 39 additions and 62 deletions

View file

@ -78,7 +78,7 @@ export function ProfileContent() {
</div>
) : (
<form onSubmit={handleSubmit} className="space-y-6">
<div className="rounded-lg border bg-card p-6">
<div className="rounded-lg bg-card">
<div className="flex flex-col gap-6">
<div className="space-y-2">
<Label>{t("profile_avatar")}</Label>