Merge pull request #426 from openedx/KristinAoki/fix-broken-studio-home-link

fix: broken studio home link
This commit is contained in:
Kristin Aoki
2023-11-06 10:17:33 -05:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ const getUserMenuItems = ({
}) => {
let items = [
{
href: `${studioBaseUrl}}`,
href: `${studioBaseUrl}`,
title: intl.formatMessage(messages['header.user.menu.studio']),
}, {
href: `${logoutUrl}`,