mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: GitHub naming
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user