From e285a91408f8c8273af1e90c79a4e5f5a5284a4d Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:17:41 -0500 Subject: [PATCH] fix: admin home link in user menu (#427) --- 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 904945a..f734c65 100644 --- a/src/studio-header/utils.js +++ b/src/studio-header/utils.js @@ -18,7 +18,7 @@ const getUserMenuItems = ({ if (isAdmin) { items = [ { - href: `${studioBaseUrl}}`, + href: `${studioBaseUrl}`, title: intl.formatMessage(messages['header.user.menu.studio']), }, { href: `${studioBaseUrl}/maintenance`,