style: changing profile screen title (#2814)

This commit is contained in:
sabith-tu 2023-11-20 20:46:15 +05:30 committed by sriram veeraghanta
parent 28c4703bf4
commit 7978c8277c
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ const ProfileOverviewPage: NextPageWithLayout = () => {
ProfileOverviewPage.getLayout = function getLayout(page: ReactElement) {
return (
<AppLayout header={<UserProfileHeader title="Overview" />}>
<AppLayout header={<UserProfileHeader title="Summary" />}>
<ProfileAuthWrapper>{page}</ProfileAuthWrapper>
</AppLayout>
);