fix: bug fixes and ui improvement (#2250)
This commit is contained in:
parent
0e96eddb57
commit
de7a672b79
4 changed files with 57 additions and 39 deletions
|
|
@ -253,6 +253,7 @@ const Profile: NextPage = () => {
|
|||
placeholder="Enter your first name"
|
||||
className="!px-3 !py-2 rounded-md font-medium"
|
||||
autoComplete="off"
|
||||
maxLength={24}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
@ -266,6 +267,7 @@ const Profile: NextPage = () => {
|
|||
placeholder="Enter your last name"
|
||||
autoComplete="off"
|
||||
className="!px-3 !py-2 rounded-md font-medium"
|
||||
maxLength={24}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue