mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
style(app/components/chat.tsx): improve code formatting for easier readability
This commit is contained in:
@@ -1963,7 +1963,7 @@ function _Chat() {
|
|||||||
" no-dark"
|
" no-dark"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<FileIcon {...style} />
|
<FileIcon {...style} glyphColor="#303030" />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
@@ -2083,7 +2083,7 @@ function _Chat() {
|
|||||||
className={styles["attach-file-icon"] + " no-dark"}
|
className={styles["attach-file-icon"] + " no-dark"}
|
||||||
key={extension}
|
key={extension}
|
||||||
>
|
>
|
||||||
<FileIcon {...style} />
|
<FileIcon {...style} glyphColor="#303030" />
|
||||||
</div>
|
</div>
|
||||||
{attachImages.length == 0 && (
|
{attachImages.length == 0 && (
|
||||||
<div className={styles["attach-file-name-full"]}>
|
<div className={styles["attach-file-name-full"]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user