diff --git a/site/src/components/AppLink/AppLink.tsx b/site/src/components/AppLink/AppLink.tsx index 425e60fd63bda..c02ae839a6bf0 100644 --- a/site/src/components/AppLink/AppLink.tsx +++ b/site/src/components/AppLink/AppLink.tsx @@ -16,7 +16,15 @@ export const AppLink: FC = ({ userName, workspaceName, appName, ap const href = `/@${userName}/${workspaceName}/apps/${appName}` return ( - + { + event.preventDefault() + window.open(href, appName, "width=900,height=600") + }} + >