This commit is contained in:
tianjunjie 2023-04-24 10:43:50 +08:00
parent 4a64deec5f
commit c575dcccd8
2 changed files with 2 additions and 7 deletions

View File

@ -123,11 +123,6 @@ export function SideBar(props: { className?: string }) {
<IconButton icon={<SettingsIcon />} shadow />
</Link>
</div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank">
<IconButton icon={<GithubIcon />} shadow />
</a>
</div>
</div>
<div>
<IconButton

View File

@ -7,10 +7,10 @@ import { getBuildConfig } from "./config/build";
const buildConfig = getBuildConfig();
export const metadata = {
title: "ChatGPT Next Web",
title: "ChatGPT",
description: "Your personal ChatGPT Chat Bot.",
appleWebApp: {
title: "ChatGPT Next Web",
title: "ChatGPT",
statusBarStyle: "default",
},
themeColor: "#fafafa",