mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
style(app/components/chat.tsx): improve code formatting for easier readability
This commit is contained in:
parent
52885df197
commit
1f2dea448a
@ -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"]}>
|
||||||
|
Loading…
Reference in New Issue
Block a user