Skip to content

Commit 0dd90ff

Browse files
committed
feat: Open app in new tab
1 parent 06ff39b commit 0dd90ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AppsMenu/components/AppItem.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const AppItem = ({ app, onAppSwitch }) => {
3535
<Buttons
3636
height="auto"
3737
component="a"
38+
target="_blank"
3839
variant="text"
3940
href={href}
4041
title={appName}

0 commit comments

Comments
 (0)