main #38

Merged
YasinOnm08 merged 2 commits from React-Group/interstellar_ai:main into main 2024-10-01 11:58:20 +02:00

View file

@ -51,9 +51,9 @@ const ConversationFrontend = React.forwardRef<HTMLDivElement, ConversationProps>
</button>
<p id="copiedText" style={{ opacity: isClicked ? "1" : "0", transition: "all 0.3s ease-in-out" }}>Copied!</p>
</div>
</div>
<div ref={messagesEndRef} />
</div>
</div>
);
}
);