mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 18:26:48 +08:00
4
This commit is contained in:
@@ -569,11 +569,11 @@ export function Chat(props: {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<PromptToast
|
||||
{/* <PromptToast
|
||||
showToast={!hitBottom}
|
||||
showModal={showPromptModal}
|
||||
setShowModal={setShowPromptModal}
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
||||
@@ -31,7 +31,8 @@ export function Loading(props: { noLogo?: boolean }) {
|
||||
return (
|
||||
<div className={styles["loading-content"]}>
|
||||
{!props.noLogo && <BotIcon />}
|
||||
<LoadingIcon />
|
||||
{/* <LoadingIcon /> */}
|
||||
<p>IMPROVE WITH AI.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user