forked from github/plane
style: changing profile screen title (#2814)
This commit is contained in:
parent
3c10f00b04
commit
f44f70168f
@ -14,7 +14,7 @@ type Props = {
|
|||||||
const viewerTabs = [
|
const viewerTabs = [
|
||||||
{
|
{
|
||||||
route: "",
|
route: "",
|
||||||
label: "Overview",
|
label: "Summary",
|
||||||
selected: "/[workspaceSlug]/profile/[userId]",
|
selected: "/[workspaceSlug]/profile/[userId]",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -56,7 +56,7 @@ const ProfileOverviewPage: NextPageWithLayout = () => {
|
|||||||
|
|
||||||
ProfileOverviewPage.getLayout = function getLayout(page: ReactElement) {
|
ProfileOverviewPage.getLayout = function getLayout(page: ReactElement) {
|
||||||
return (
|
return (
|
||||||
<AppLayout header={<UserProfileHeader title="Overview" />}>
|
<AppLayout header={<UserProfileHeader title="Summary" />}>
|
||||||
<ProfileAuthWrapper>{page}</ProfileAuthWrapper>
|
<ProfileAuthWrapper>{page}</ProfileAuthWrapper>
|
||||||
</AppLayout>
|
</AppLayout>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user