Skip to content

Commit

Permalink
Show latest conversations on the top (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
nauxliu committed Mar 21, 2023
1 parent 0d6ff73 commit b80f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar/Conversations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

1 comment on commit b80f399

@vercel
Copy link

@vercel vercel bot commented on b80f399 Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.