We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ff39b commit 0dd90ffCopy full SHA for 0dd90ff
src/components/AppsMenu/components/AppItem.jsx
@@ -35,6 +35,7 @@ export const AppItem = ({ app, onAppSwitch }) => {
35
<Buttons
36
height="auto"
37
component="a"
38
+ target="_blank"
39
variant="text"
40
href={href}
41
title={appName}
0 commit comments