forked from open-webui/open-webui
refac
This commit is contained in:
parent
68de49e533
commit
291c7595c4
2 changed files with 5 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
|
||||
>
|
||||
<td class="px-3 py-1 w-2/3">
|
||||
<a href="/c/{chat.id}">
|
||||
<a href="/c/{chat.id}" target="_blank">
|
||||
<div class=" underline line-clamp-1">
|
||||
{chat.title}
|
||||
</div>
|
||||
|
|
|
@ -43,6 +43,10 @@
|
|||
"code": "ja-JP",
|
||||
"title": "Japanese"
|
||||
},
|
||||
{
|
||||
"code": "ka-GE",
|
||||
"title": "Georgian"
|
||||
},
|
||||
{
|
||||
"code": "ko-KR",
|
||||
"title": "Korean"
|
||||
|
|
Loading…
Reference in a new issue