瀏覽代碼

Change Github to GitHub (#315)

main
/c² 3 年之前
父節點
當前提交
a0891ca3ff
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      apps/www/pages/sponsorware.tsx
  2. 1
    1
      packages/tldraw/src/components/TopPanel/Menu/Menu.tsx

+ 2
- 2
apps/www/pages/sponsorware.tsx 查看文件

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

+ 1
- 1
packages/tldraw/src/components/TopPanel/Menu/Menu.tsx 查看文件

144
         <DMDivider dir="ltr" />
144
         <DMDivider dir="ltr" />
145
         <a href="https://github.com/Tldraw/Tldraw" target="_blank" rel="nofollow">
145
         <a href="https://github.com/Tldraw/Tldraw" target="_blank" rel="nofollow">
146
           <DMItem>
146
           <DMItem>
147
-            Github
147
+            GitHub
148
             <SmallIcon>
148
             <SmallIcon>
149
               <GitHubLogoIcon />
149
               <GitHubLogoIcon />
150
             </SmallIcon>
150
             </SmallIcon>

Loading…
取消
儲存