b7d19f6f by Ryan

Merge branch '27080_logo_removal' into 'master'

27080_logo_removal

See merge request !40
2 parents 5630aded 7a7f6394
......@@ -250,6 +250,19 @@
font-size: 14px;
}
.suggested-header-title {
font-size: 1.5em;
font-weight: bold;
}
.suggested-header-title p:first-child {
font-size: 1.57em;
}
.suggested-header-title p {
margin: 0;
}
ul.suggested-options {
cursor: pointer;
overflow-x: hidden;
......
const SideMenu = ({ clearChat, currentModel, setCurrentModel, models, setTemperature, temperature }) =>
<aside className="sidemenu">
<div className="ai-logo-container">
<img className="ai-logo" alt="Ai-pro logo" src="../assets/images/AIPRO-WHITE.png" height="50px"/>
<img className="ai-logo" alt="Ai-pro logo" src="../assets/images/chatgpt-aipro.png" height="50px"/>
</div>
<div className="side-menu-button" onClick={clearChat}>
<span>+</span>
......
......@@ -21,7 +21,10 @@ const SuggestedOptions = ({ setChatInput }) => {
return (
<div className="suggested">
<div className="suggestedrow title">
<h1>Welcome to AI-PRO</h1>
<div className="suggested-header-title">
<p>ChatGPT</p>
<p>by AI-PRO</p>
</div>
<p>This chatbot is capable of answering questions and generating text based on the input you provide.</p>
</div>
<div className="suggestedcol rack1">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!