Skip to content

Commit 7281804

Browse files
committed
fix: broken studio home link
1 parent f3637b5 commit 7281804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/studio-header/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const getUserMenuItems = ({
88
}) => {
99
let items = [
1010
{
11-
href: `${studioBaseUrl}}`,
11+
href: `${studioBaseUrl}`,
1212
title: intl.formatMessage(messages['header.user.menu.studio']),
1313
}, {
1414
href: `${logoutUrl}`,

0 commit comments

Comments
 (0)