fix: broken studio home link

This commit is contained in:
KristinAoki
2023-11-06 09:13:01 -05:00
parent f3637b5624
commit 7281804fbd

View File

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