From 7281804fbd4ea5b0fcf73234703c93944bb5a194 Mon Sep 17 00:00:00 2001 From: KristinAoki Date: Mon, 6 Nov 2023 09:13:01 -0500 Subject: [PATCH] fix: broken studio home link --- 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 c4b3658..904945a 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}`,