Merge pull request 'main' (#38) from React-Group/interstellar_ai:main into main

Reviewed-on: https://interstellardevelopment.org/code/code/YasinOnm08/interstellar_ai/pulls/38
This commit is contained in:
YasinOnm08 2024-10-01 11:58:20 +02:00
commit e6ce45b9c4

View file

@ -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>
); );
} }
); );