doc: update readme

This commit is contained in:
Yifei Zhang
2023-03-21 17:50:02 +00:00
parent 76db385d6d
commit 1504c9fee6
6 changed files with 114 additions and 70 deletions

View File

@@ -273,7 +273,7 @@ export function Chat(props: { showSideBar?: () => void }) {
className="markdown-body"
onContextMenu={(e) => {
if (selectOrCopy(e.currentTarget, message.content)) {
e.preventDefault()
e.preventDefault();
}
}}
>
@@ -463,7 +463,10 @@ export function Home() {
/>
</div>
<div className={styles["sidebar-action"]}>
<a href="https://github.com/Yidadaa" target="_blank">
<a
href="https://github.com/Yidadaa/ChatGPT-Next-Web"
target="_blank"
>
<IconButton icon={<GithubIcon />} />
</a>
</div>