Skip to content

Commit 50142ad

Browse files
authored
Merge pull request #426 from openedx/KristinAoki/fix-broken-studio-home-link
fix: broken studio home link
2 parents b446534 + 7281804 commit 50142ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/studio-header/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const getUserMenuItems = ({
88
}) => {
99
let items = [
1010
{
11-
href: `${studioBaseUrl}}`,
11+
href: `${studioBaseUrl}`,
1212
title: intl.formatMessage(messages['header.user.menu.studio']),
1313
}, {
1414
href: `${logoutUrl}`,

0 commit comments

Comments
 (0)