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"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
sponsor me on Github
|
sponsor me on GitHub
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
(at any level) and sign in below.
|
(at any level) and sign in below.
|
||||||
</p>
|
</p>
|
||||||
|
@ -74,7 +74,7 @@ export default function Sponsorware(): JSX.Element {
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<StyledButton variant="primary" onClick={() => signin('github')}>
|
<StyledButton variant="primary" onClick={() => signin('github')}>
|
||||||
{loading ? 'Loading...' : 'Sign in With Github'}
|
{loading ? 'Loading...' : 'Sign in with GitHub'}
|
||||||
</StyledButton>
|
</StyledButton>
|
||||||
<StyledDetail>Already a sponsor? Just sign in to visit the app.</StyledDetail>
|
<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" />
|
<DMDivider dir="ltr" />
|
||||||
<a href="https://github.com/Tldraw/Tldraw" target="_blank" rel="nofollow">
|
<a href="https://github.com/Tldraw/Tldraw" target="_blank" rel="nofollow">
|
||||||
<DMItem>
|
<DMItem>
|
||||||
Github
|
GitHub
|
||||||
<SmallIcon>
|
<SmallIcon>
|
||||||
<GitHubLogoIcon />
|
<GitHubLogoIcon />
|
||||||
</SmallIcon>
|
</SmallIcon>
|
||||||
|
|
Loading…
Reference in a new issue