Skip to content

Commit 3cd6ad5

Browse files
committed
addedv icon in global menu
1 parent 93c4151 commit 3cd6ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/multichain/global-menu/global-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export const GlobalMenu = ({
422422
(getEnvironmentType() === ENVIRONMENT_TYPE_POPUP ||
423423
getEnvironmentType() === ENVIRONMENT_TYPE_SIDEPANEL) && (
424424
<MenuItem
425-
iconName={IconName.Expand}
425+
iconName={IconName.Sidepanel}
426426
onClick={async () => {
427427
await toggleDefaultView();
428428
trackEvent({

0 commit comments

Comments
 (0)