Skip to content

Commit

Permalink
Merge pull request #426 from openedx/KristinAoki/fix-broken-studio-ho…
Browse files Browse the repository at this point in the history
…me-link

fix: broken studio home link
  • Loading branch information
KristinAoki authored Nov 6, 2023
2 parents b446534 + 7281804 commit 50142ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio-header/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getUserMenuItems = ({
}) => {
let items = [
{
href: `${studioBaseUrl}}`,
href: `${studioBaseUrl}`,
title: intl.formatMessage(messages['header.user.menu.studio']),
}, {
href: `${logoutUrl}`,
Expand Down

0 comments on commit 50142ad

Please sign in to comment.