Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
30820932
Unverified
Commit
30820932
authored
Feb 23, 2024
by
zxhlyh
Committed by
GitHub
Feb 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: webapp name (#2543)
parent
b03bbab5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
index.tsx
...onents/base/chat/chat-with-history/config-panel/index.tsx
+8
-2
No files found.
web/app/components/base/chat/chat-with-history/config-panel/index.tsx
View file @
30820932
...
@@ -3,6 +3,7 @@ import { useTranslation } from 'react-i18next'
...
@@ -3,6 +3,7 @@ import { useTranslation } from 'react-i18next'
import
{
useChatWithHistoryContext
}
from
'../context'
import
{
useChatWithHistoryContext
}
from
'../context'
import
Form
from
'./form'
import
Form
from
'./form'
import
Button
from
'@/app/components/base/button'
import
Button
from
'@/app/components/base/button'
import
AppIcon
from
'@/app/components/base/app-icon'
import
{
MessageDotsCircle
}
from
'@/app/components/base/icons/src/vender/solid/communication'
import
{
MessageDotsCircle
}
from
'@/app/components/base/icons/src/vender/solid/communication'
import
{
Edit02
}
from
'@/app/components/base/icons/src/vender/line/general'
import
{
Edit02
}
from
'@/app/components/base/icons/src/vender/line/general'
import
{
Star06
}
from
'@/app/components/base/icons/src/vender/solid/shapes'
import
{
Star06
}
from
'@/app/components/base/icons/src/vender/solid/shapes'
...
@@ -40,8 +41,13 @@ const ConfigPanel = () => {
...
@@ -40,8 +41,13 @@ const ConfigPanel = () => {
{
{
showConfigPanelBeforeChat
&&
(
showConfigPanelBeforeChat
&&
(
<>
<>
<
div
className=
'flex items-center text-2xl font-semibold text-gray-800'
>
<
div
className=
'flex items-center h-8 text-2xl font-semibold text-gray-800'
>
{
appData
?.
site
.
icon
}
{
appData
?.
site
.
title
}
<
AppIcon
icon=
{
appData
?.
site
.
icon
}
background=
'transparent'
size=
'small'
/>
{
appData
?.
site
.
title
}
</
div
>
</
div
>
{
{
appData
?.
site
.
description
&&
(
appData
?.
site
.
description
&&
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment