fix: GitHub naming

This commit is contained in:
tglide
2023-04-28 16:38:35 +01:00
parent a07a788c69
commit fa43e28381
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
<FormItem>
<Button github fullWidth on:click={onGithubLogin} {disabled}>
<span class="icon-github" aria-hidden="true" />
<span class="text">Sign in with Github</span>
<span class="text">Sign in with GitHub</span>
</Button>
</FormItem>
</FormList>
+1 -1
View File
@@ -97,7 +97,7 @@
<FormItem>
<Button github fullWidth on:click={onGithubLogin} {disabled}>
<span class="icon-github" aria-hidden="true" />
<span class="text">Sign up with Github</span>
<span class="text">Sign up with GitHub</span>
</Button>
</FormItem>
</FormList>