Skip to content

Commit

Permalink
fix: default studio home link in user menu (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki authored Nov 7, 2023
1 parent 9d5526e commit 72edb09
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 72edb09

Please sign in to comment.