This commit is contained in:
Timothy J. Baek 2024-04-20 19:15:04 -05:00
parent 68de49e533
commit 291c7595c4
2 changed files with 5 additions and 1 deletions

View file

@ -86,7 +86,7 @@
'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs" 'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
> >
<td class="px-3 py-1 w-2/3"> <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"> <div class=" underline line-clamp-1">
{chat.title} {chat.title}
</div> </div>

View file

@ -43,6 +43,10 @@
"code": "ja-JP", "code": "ja-JP",
"title": "Japanese" "title": "Japanese"
}, },
{
"code": "ka-GE",
"title": "Georgian"
},
{ {
"code": "ko-KR", "code": "ko-KR",
"title": "Korean" "title": "Korean"