Skip to content

Commit fe5a7d7

Browse files
chore: removed string
1 parent d74f4c3 commit fe5a7d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/(dashboard)/(routes)/settings/_components/general-settings-form.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ export const GeneralSettingsForm = ({ initialData }: GeneralSettingsFormProps) =
6262
<div className="flex flex-col gap-4">
6363
<div className="flex flex-col gap-1">
6464
<p className="font-medium text-xl">Account Information</p>
65-
<span className="text-xs text-muted-foreground">
66-
The changes will be applied after a new login
67-
</span>
6865
</div>
6966
<div>
7067
<Form {...form}>

0 commit comments

Comments
 (0)