Add comments pagination, login and register pages

This commit is contained in:
Aaron William Po
2023-02-13 10:56:09 -05:00
parent 912008e68d
commit 80261a713b
16 changed files with 422 additions and 69 deletions

View File

@@ -13,7 +13,7 @@ const CommentCard: React.FC<{
}, [comment.createdAt]);
return (
<div className="card-body h-[1/9]">
<div className="card-body h-64">
<div className="flex justify-between">
<div>
<h3 className="text-2xl font-semibold">{comment.postedBy.username}</h3>