mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: simplify layout structure in user settings components
This commit is contained in:
parent
71f4f77f26
commit
fce465a40f
2 changed files with 39 additions and 62 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue