mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
fix: couple of typos in about
This commit is contained in:
parent
1c97623156
commit
fc5aa6a650
8
src/view/about/index.tsx
vendored
8
src/view/about/index.tsx
vendored
@ -40,8 +40,7 @@ const AboutChatGPT = () => {
|
||||
<p>
|
||||
It is just a wrapper for the
|
||||
<a href="https://chat.openai.com" target="_blank" title="https://chat.openai.com">
|
||||
{' '}
|
||||
OpenAI ChatGPT{' '}
|
||||
OpenAI ChatGPT
|
||||
</a>
|
||||
website, no other data transfer exists (you can check the{' '}
|
||||
<a
|
||||
@ -49,8 +48,7 @@ const AboutChatGPT = () => {
|
||||
target="_blank"
|
||||
title="https://github.com/lencx/ChatGPT"
|
||||
>
|
||||
{' '}
|
||||
source code{' '}
|
||||
source code
|
||||
</a>
|
||||
). The development and maintenance of this software has taken up a lot of my time. If it
|
||||
helps you, you can buy me a cup of coffee (Chinese users can use WeChat to scan the code),
|
||||
@ -62,7 +60,7 @@ const AboutChatGPT = () => {
|
||||
src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png"
|
||||
alt="Buy Me A Coffee"
|
||||
/>
|
||||
</a>{' '}
|
||||
</a>
|
||||
<br />
|
||||
<img
|
||||
width="200"
|
||||
|
Loading…
Reference in New Issue
Block a user