|
@@ -46,7 +46,7 @@ export default function Sponsorware(): JSX.Element {
|
46
|
46
|
target="_blank"
|
47
|
47
|
rel="noopener noreferrer"
|
48
|
48
|
>
|
49
|
|
- sponsor me on Github
|
|
49
|
+ sponsor me on GitHub
|
50
|
50
|
</a>{' '}
|
51
|
51
|
(at any level) and sign in below.
|
52
|
52
|
</p>
|
|
@@ -74,7 +74,7 @@ export default function Sponsorware(): JSX.Element {
|
74
|
74
|
) : (
|
75
|
75
|
<>
|
76
|
76
|
<StyledButton variant="primary" onClick={() => signin('github')}>
|
77
|
|
- {loading ? 'Loading...' : 'Sign in With Github'}
|
|
77
|
+ {loading ? 'Loading...' : 'Sign in with GitHub'}
|
78
|
78
|
</StyledButton>
|
79
|
79
|
<StyledDetail>Already a sponsor? Just sign in to visit the app.</StyledDetail>
|
80
|
80
|
</>
|