Update home.tsx

This commit is contained in:
Starryu-cn 2023-04-05 19:17:24 +08:00 committed by GitHub
parent 40ca7eb8e8
commit 47d9c6bc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,7 @@ function _Home() {
return (
<div
className={`${
config.tightBorder && !isMobileScreen()
className={`${config.tightBorder && !isMobileScreen()
? styles["tight-container"]
: styles.container
}`}
@ -143,11 +142,14 @@ function _Home() {
</div>
</div>
<div className={styles["sidebar-logo-container"]}>
<div className={styles["sidebar-logo"]}>
<ChatGptIcon />
</div>
</div>
</div>
<div
className={styles["sidebar-body"]}
onClick={() => {