fix: broken studio home link
This commit is contained in:
@@ -8,7 +8,7 @@ const getUserMenuItems = ({
|
||||
}) => {
|
||||
let items = [
|
||||
{
|
||||
href: `${studioBaseUrl}}`,
|
||||
href: `${studioBaseUrl}`,
|
||||
title: intl.formatMessage(messages['header.user.menu.studio']),
|
||||
}, {
|
||||
href: `${logoutUrl}`,
|
||||
|
||||
Reference in New Issue
Block a user