Skip to content

Commit 7281804

Browse files
committedNov 6, 2023
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

+1-1
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)
Please sign in to comment.