fix: chat styling

This commit is contained in:
Timothy J. Baek 2023-12-03 23:56:40 -08:00
parent ee59098305
commit df1bd03528
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
</div>
<div class=" flex-1 self-center">
<div class=" font-bold">{modelfile.title}</div>
<div class=" font-bold capitalize">{modelfile.title}</div>
<div class=" text-sm overflow-hidden text-ellipsis line-clamp-2">
{modelfile.desc}
</div>