[WEB-1702] chore: fix project archives breadcrumbs and minor ui fixes in profile page. (#4916)
* [WEB-1702] chore: fix project archives breadcrumbs. * chore: minor padding fix in profile page. * chore: update archive page breadcrumbs display logic. * chore: add/ update page title.
This commit is contained in:
parent
7c4c777c99
commit
e538bfad1f
9 changed files with 33 additions and 26 deletions
|
|
@ -130,7 +130,7 @@ const SecurityPage = observer(() => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<PageHead title="Profile - Change Password" />
|
||||
<PageHead title="Profile - Security" />
|
||||
<ProfileSettingContentWrapper>
|
||||
<ProfileSettingContentHeader title="Change password" />
|
||||
<form onSubmit={handleSubmit(handleChangePassword)} className="flex flex-col gap-8 py-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue