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
7a7f6394
authored
2023-03-24 10:17:41 +0800
by
Jonille Arreglo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
27080_logo_removal
1 parent
5630aded
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
2 deletions
client/public/assets/images/chatgpt-aipro.png
client/src/App.css
client/src/SideMenu.js
client/src/suggestedOptions.js
client/public/assets/images/chatgpt-aipro.png
0 → 100644
View file @
7a7f639
4.41 KB
client/src/App.css
View file @
7a7f639
...
...
@@ -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
;
...
...
client/src/SideMenu.js
View file @
7a7f639
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
>
...
...
client/src/suggestedOptions.js
View file @
7a7f639
...
...
@@ -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"
>
...
...
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