From 72edb095653cf3702a74488550e040c7b718caa2 Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:17:46 -0500 Subject: [PATCH] fix: default studio home link in user menu (#509) --- src/studio-header/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/studio-header/utils.js b/src/studio-header/utils.js index 75597ee5..f734c65c 100644 --- a/src/studio-header/utils.js +++ b/src/studio-header/utils.js @@ -8,7 +8,7 @@ const getUserMenuItems = ({ }) => { let items = [ { - href: `${studioBaseUrl}}`, + href: `${studioBaseUrl}`, title: intl.formatMessage(messages['header.user.menu.studio']), }, { href: `${logoutUrl}`,