Commit 291c7595 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 68de49e5
...@@ -86,7 +86,7 @@ ...@@ -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>
......
...@@ -43,6 +43,10 @@ ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment