There was an error while loading. Please reload this page.
1 parent 55d2418 commit fd198e1Copy full SHA for fd198e1
packages/app/src/app/components/NewSandbox/index.js
@@ -125,7 +125,7 @@ function NewSandbox({ signals }) {
125
Icon={GithubIcon}
126
width={50}
127
height={50}
128
- text="Import from Github"
+ text="Import from GitHub"
129
href={importFromGitHubUrl()}
130
onClick={() => signals.modalClosed()}
131
/>
packages/app/src/app/pages/Sandbox/Editor/Header/index.js
@@ -169,7 +169,7 @@ const Header = ({ store, signals }) => {
169
) : (
170
<Action
171
onClick={() => signals.signInClicked()}
172
- title="Sign in with Github"
+ title="Sign in with GitHub"
173
174
highlight
175
unresponsive
0 commit comments