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>
|
||||
|
||||
|
|
|
|||
|
|
@ -337,10 +337,10 @@ const WorkspaceSettings: NextPage = () => {
|
|||
<Disclosure.Panel>
|
||||
<div className="flex flex-col gap-8">
|
||||
<span className="text-sm tracking-tight">
|
||||
The danger zone of the project delete page is a critical area that
|
||||
requires careful consideration and attention. When deleting a project, all
|
||||
of the data and resources within that project will be permanently removed
|
||||
and cannot be recovered.
|
||||
The danger zone of the workspace delete page is a critical area that
|
||||
requires careful consideration and attention. When deleting a workspace,
|
||||
all of the data and resources within that workspace will be permanently
|
||||
removed and cannot be recovered.
|
||||
</span>
|
||||
<div>
|
||||
<DangerButton
|
||||
|
|
@ -348,7 +348,7 @@ const WorkspaceSettings: NextPage = () => {
|
|||
className="!text-sm"
|
||||
outline
|
||||
>
|
||||
Delete my project
|
||||
Delete my workspace
|
||||
</DangerButton>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue