mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-06 02:19:05 +00:00
Feat: add user header with follow info
This commit is contained in:
@@ -31,7 +31,7 @@ const CommentCardBody: FC<CommentCardProps> = ({
|
||||
return (
|
||||
<div ref={ref} className="flex">
|
||||
<div className="w-[12%] py-4 justify-center">
|
||||
<div className="px-1 mask mask-circle">
|
||||
<div className="px-1">
|
||||
<UserAvatar user={comment.postedBy} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user