Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dec129f3
authored
2024-03-14 12:54:26 +0800
by
Jerald Lim
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
30033_open_ai_brand
1 parent
d534360d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
client/src/SideMenu.js
client/src/color_theme_1.css
client/src/suggestedOptions.js
client/src/SideMenu.js
View file @
dec129f
...
...
@@ -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
>
...
...
client/src/color_theme_1.css
View file @
dec129f
...
...
@@ -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%
;
...
...
client/src/suggestedOptions.js
View file @
dec129f
...
...
@@ -22,8 +22,8 @@ const SuggestedOptions = ({ setChatInput }) => {
<
div
className
=
"suggested"
>
<
div
className
=
"suggestedrow title"
>
<
div
className
=
"suggested-header-title"
>
<
p
>
Chat
GPT
<
/p
>
<
p
>
by
AI
-
PRO
<
/p
>
<
p
>
Chat
bot
+
<
/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
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment