style: changing profile screen title (#2814)
This commit is contained in:
parent
28c4703bf4
commit
7978c8277c
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue