Change Github to GitHub (#315)

This commit is contained in:
/c² 2021-11-20 09:21:17 +01:00 committed by GitHub
parent 62803443ef
commit a0891ca3ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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>
</> </>

View file

@ -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>