f2d7cde4 by Administrator

Merge branch '30033_open_ai_brand' into 'master'

30033_open_ai_brand

See merge request !97
2 parents 965e177a dec129f3
......@@ -9,12 +9,8 @@ const SideMenu = ({
}) => (
<aside className="sidemenu">
<div className="ai-logo-container">
<img
className="ai-logo"
alt="Ai-pro logo"
src="../assets/images/chatgpt-aipro.png"
height="50px"
/>
<h3 className="mb-0">Chatbot+</h3>
<h5>powered by OpenAI</h5>
</div>
<div className="side-menu-button" onClick={clearChat}>
<span>+</span>
......
......@@ -168,6 +168,15 @@ span.info {
padding: 10px 0;
}
.ai-logo-container h3 {
margin-top: 0;
margin-bottom: 0;
}
.ai-logo-container h5 {
margin-top: 0;
}
.message code {
background: #303030;
width: 100%;
......
......@@ -22,8 +22,8 @@ const SuggestedOptions = ({ setChatInput }) => {
<div className="suggested">
<div className="suggestedrow title">
<div className="suggested-header-title">
<p>ChatGPT</p>
<p>by AI-PRO</p>
<p>Chatbot+</p>
<p>powered by OpenAI</p>
</div>
<p>This chatbot is capable of answering questions and generating text based on the input you provide.</p>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!