Show latest conversations on the top (#46)

This commit is contained in:
Xiangxuan Liu
2023-03-21 23:45:09 +08:00
committed by GitHub
parent 0d6ff739a2
commit b80f39925c
+1 -1
View File
@@ -38,7 +38,7 @@ export const Conversations: FC<Props> = ({ loading, conversations, selectedConve
}, [isRenaming, isDeleting]);
return (
<div className="flex flex-col space-y-2 w-full px-2">
<div className="flex flex-col-reverse gap-2 w-full px-2">
{conversations.map((conversation, index) => (
<button
key={index}