Merge branch '30033_open_ai_brand' into 'master'
30033_open_ai_brand See merge request !97
Showing
3 changed files
with
13 additions
and
8 deletions
| ... | @@ -9,12 +9,8 @@ const SideMenu = ({ | ... | @@ -9,12 +9,8 @@ const SideMenu = ({ |
| 9 | }) => ( | 9 | }) => ( |
| 10 | <aside className="sidemenu"> | 10 | <aside className="sidemenu"> |
| 11 | <div className="ai-logo-container"> | 11 | <div className="ai-logo-container"> |
| 12 | <img | 12 | <h3 className="mb-0">Chatbot+</h3> |
| 13 | className="ai-logo" | 13 | <h5>powered by OpenAI</h5> |
| 14 | alt="Ai-pro logo" | ||
| 15 | src="../assets/images/chatgpt-aipro.png" | ||
| 16 | height="50px" | ||
| 17 | /> | ||
| 18 | </div> | 14 | </div> |
| 19 | <div className="side-menu-button" onClick={clearChat}> | 15 | <div className="side-menu-button" onClick={clearChat}> |
| 20 | <span>+</span> | 16 | <span>+</span> | ... | ... |
| ... | @@ -168,6 +168,15 @@ span.info { | ... | @@ -168,6 +168,15 @@ span.info { |
| 168 | padding: 10px 0; | 168 | padding: 10px 0; |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | .ai-logo-container h3 { | ||
| 172 | margin-top: 0; | ||
| 173 | margin-bottom: 0; | ||
| 174 | } | ||
| 175 | |||
| 176 | .ai-logo-container h5 { | ||
| 177 | margin-top: 0; | ||
| 178 | } | ||
| 179 | |||
| 171 | .message code { | 180 | .message code { |
| 172 | background: #303030; | 181 | background: #303030; |
| 173 | width: 100%; | 182 | width: 100%; | ... | ... |
| ... | @@ -22,8 +22,8 @@ const SuggestedOptions = ({ setChatInput }) => { | ... | @@ -22,8 +22,8 @@ const SuggestedOptions = ({ setChatInput }) => { |
| 22 | <div className="suggested"> | 22 | <div className="suggested"> |
| 23 | <div className="suggestedrow title"> | 23 | <div className="suggestedrow title"> |
| 24 | <div className="suggested-header-title"> | 24 | <div className="suggested-header-title"> |
| 25 | <p>ChatGPT</p> | 25 | <p>Chatbot+</p> |
| 26 | <p>by AI-PRO</p> | 26 | <p>powered by OpenAI</p> |
| 27 | </div> | 27 | </div> |
| 28 | <p>This chatbot is capable of answering questions and generating text based on the input you provide.</p> | 28 | <p>This chatbot is capable of answering questions and generating text based on the input you provide.</p> |
| 29 | </div> | 29 | </div> | ... | ... |
-
Please register or sign in to post a comment