Skip to content

Commit e285a91

Browse files
authoredNov 7, 2023
fix: admin home link in user menu (#427)
1 parent 50142ad commit e285a91

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
@@ -18,7 +18,7 @@ const getUserMenuItems = ({
1818
if (isAdmin) {
1919
items = [
2020
{
21-
href: `${studioBaseUrl}}`,
21+
href: `${studioBaseUrl}`,
2222
title: intl.formatMessage(messages['header.user.menu.studio']),
2323
}, {
2424
href: `${studioBaseUrl}/maintenance`,

0 commit comments

Comments
 (0)
Please sign in to comment.