Change Github to GitHub (#315)
This commit is contained in:
parent
62803443ef
commit
a0891ca3ff
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ export default function Sponsorware(): JSX.Element {
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
sponsor me on Github
|
||||
sponsor me on GitHub
|
||||
</a>{' '}
|
||||
(at any level) and sign in below.
|
||||
</p>
|
||||
|
@ -74,7 +74,7 @@ export default function Sponsorware(): JSX.Element {
|
|||
) : (
|
||||
<>
|
||||
<StyledButton variant="primary" onClick={() => signin('github')}>
|
||||
{loading ? 'Loading...' : 'Sign in With Github'}
|
||||
{loading ? 'Loading...' : 'Sign in with GitHub'}
|
||||
</StyledButton>
|
||||
<StyledDetail>Already a sponsor? Just sign in to visit the app.</StyledDetail>
|
||||
</>
|
||||
|
|
|
@ -144,7 +144,7 @@ export const Menu = React.memo(function Menu({ showSponsorLink, readOnly }: Menu
|
|||
<DMDivider dir="ltr" />
|
||||
<a href="https://github.com/Tldraw/Tldraw" target="_blank" rel="nofollow">
|
||||
<DMItem>
|
||||
Github
|
||||
GitHub
|
||||
<SmallIcon>
|
||||
<GitHubLogoIcon />
|
||||
</SmallIcon>
|
||||
|
|
Loading…
Reference in a new issue