89560363 by RSA

fix

1 parent eece0986
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
5 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> 5 <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="theme-color" content="#000000" /> 7 <meta name="theme-color" content="#000000" />
8 <meta name="robots" content="noindex">
8 <meta 9 <meta
9 name="description" 10 name="description"
10 content="Web site created using create-react-app" 11 content="Web site created using create-react-app"
......
1 const SideMenu = ({ clearChat, currentModel, setCurrentModel, models, setTemperature, temperature }) => 1 const SideMenu = ({ clearChat, currentModel, setCurrentModel, models, setTemperature, temperature }) =>
2 <aside className="sidemenu"> 2 <aside className="sidemenu">
3 <div className="ai-logo-container">
4 <img className="ai-logo" src="../assets/images/AIPRO-WHITE.png" height="50px"/>
5 </div>
3 <div className="side-menu-button" onClick={clearChat}> 6 <div className="side-menu-button" onClick={clearChat}>
4 <span>+</span> 7 <span>+</span>
5 New Chat 8 New Chat
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!