Skip to content

Commit

Permalink
fix: replaced orphan label with an h2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Oct 31, 2024
1 parent 642d5a8 commit c4f0ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ const UserSettingsPage = ({ user }: UserSettingsPageProps) => {
}}
>
<div className="flex flex-col gap-3">
<label className="text-2xl font-normal">Delete Account</label>
<h2 className="text-2xl font-normal">Delete Account</h2>
<div className="w-full md:w-96">
<Text>
Please note that account deletion is irreversible. Proceed only if you are certain about this
Expand Down

0 comments on commit c4f0ae0

Please sign in to comment.