Skip to content

Commit

Permalink
Update profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 10, 2023
1 parent a4256db commit f1fc4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Setting/UpdateProfileForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export function UpdateProfileForm() {

return (
<form onSubmit={handleSubmit}>
<h2 className="text-3xl font-bold sm:text-4xl">Update Profile</h2>
<p className="mt-2">Manage settings for your roadmap.sh profile</p>
<h2 className="text-3xl font-bold sm:text-4xl">Profile</h2>
<p className="mt-2">Update your profile details below.</p>
<div className="mt-8 space-y-4">
<div className="flex w-full flex-col">
<label
Expand Down

0 comments on commit f1fc4ef

Please sign in to comment.