Skip to content

Commit 70ccbf4

Browse files
authored
Fix GitHub case in title (codesandbox#3858)
1 parent e13f893 commit 70ccbf4

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/GitHub

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/GitHub/CreateRepo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const CreateRepo = () => {
3939

4040
return (
4141
<Collapsible
42-
title={originalGit ? 'Export to GitHub' : 'Github'}
42+
title={originalGit ? 'Export to GitHub' : 'GitHub'}
4343
defaultOpen={!originalGit}
4444
>
4545
<Element paddingX={2}>

0 commit comments

Comments
 (0)