forked from React-Group/interstellar_ai
Compare commits
3 commits
aba9817490
...
e6ce45b9c4
Author | SHA1 | Date | |
---|---|---|---|
e6ce45b9c4 | |||
|
40eddcd195 | ||
ee6f699a8a |
1 changed files with 7 additions and 7 deletions
|
@ -51,9 +51,9 @@ const ConversationFrontend = React.forwardRef<HTMLDivElement, ConversationProps>
|
||||||
</button>
|
</button>
|
||||||
<p id="copiedText" style={{ opacity: isClicked ? "1" : "0", transition: "all 0.3s ease-in-out" }}>Copied!</p>
|
<p id="copiedText" style={{ opacity: isClicked ? "1" : "0", transition: "all 0.3s ease-in-out" }}>Copied!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div ref={messagesEndRef} />
|
<div ref={messagesEndRef} />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue