forked from React-Group/interstellar_ai
Compare commits
No commits in common. "e6ce45b9c40c66fef8bb9f5571960c55e0b02810" and "aba98174900412ba7548abab147ef7713b60acc5" have entirely different histories.
e6ce45b9c4
...
aba9817490
1 changed files with 7 additions and 7 deletions
|
@ -51,8 +51,8 @@ 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 ref={messagesEndRef} />
|
|
||||||
</div>
|
</div>
|
||||||
|
<div ref={messagesEndRef} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue