Skip to content

Commit

Permalink
listn issues solved
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Sep 23, 2024
1 parent c91a00d commit 1dc0a39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/app/(landing-pages)/chats/@chat/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ChatSection = () => {
</div>
<div className="flex items-end gap-2 justify-end">
<div className="rounded-lg bg-primary text-primary-foreground p-3 max-w-[70%]">
<p className="text-sm">I'm fine, thanks for asking!</p>
<p className="text-sm">I&apos;m fine, thanks for asking!</p>
</div>
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions client/app/(landing-pages)/chats/@chatList/default.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ChatUserList from './page'

export default () => <ChatUserList />
import ChatList from './page'

export default function DefaultChatList() {
return <ChatList />;
}

1 comment on commit 1dc0a39

@vercel
Copy link

@vercel vercel bot commented on 1dc0a39 Sep 23, 2024

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.