Update profile page

pull/3813/head
Kamran Ahmed 2 years ago
parent a4256db687
commit f1fc4ef2bc
  1. 4
      src/components/Setting/UpdateProfileForm.tsx

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

Loading…
Cancel
Save