diff --git a/frontend/web/components/pages/GitHubSetupPage.tsx b/frontend/web/components/pages/GitHubSetupPage.tsx index 41ed9d7c010c..7fb0dbd94e39 100644 --- a/frontend/web/components/pages/GitHubSetupPage.tsx +++ b/frontend/web/components/pages/GitHubSetupPage.tsx @@ -277,7 +277,12 @@ const GitHubSetupPage: FC = ({ location }) => { ) : ( -

Installation Completed

+
+ GitHub installation completed! +

+ You may close this window. +

+
)} )