[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:
Prateek Shourya 2024-06-24 17:15:35 +05:30 committed by GitHub
parent 7c4c777c99
commit e538bfad1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 33 additions and 26 deletions

View file

@ -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">