fix: missing header items (#607)

This commit is contained in:
Kristin Aoki
2023-09-22 14:56:14 -04:00
committed by GitHub
parent 37aabc4948
commit 217b86e616
2 changed files with 13 additions and 13 deletions

View File

@@ -102,20 +102,20 @@ const HeaderBody = ({
/>
</Nav>
)}
<ActionRow.Spacer />
<Nav>
<UserMenu
{...{
username,
studioBaseUrl,
logoutUrl,
authenticatedUserAvatar,
isAdmin,
}}
/>
</Nav>
</>
)}
<ActionRow.Spacer />
<Nav>
<UserMenu
{...{
username,
studioBaseUrl,
logoutUrl,
authenticatedUserAvatar,
isAdmin,
}}
/>
</Nav>
</ActionRow>
);
};

View File

@@ -41,7 +41,7 @@ export const getSettingMenuItems = ({ studioBaseUrl, courseId, intl }) => ([
},
{
href: `${studioBaseUrl}/course_team/${courseId}`,
title: intl.formatMessage(messages['header.links.pages']),
title: intl.formatMessage(messages['header.links.courseTeam']),
},
{
href: `${studioBaseUrl}/group_configurations/course-v1:${courseId}`,