mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Format: update prettier configuration to use tailwind plugin
This commit is contained in:
@@ -30,13 +30,13 @@ const CommentCardBody: FC<CommentCardProps> = ({
|
||||
|
||||
return (
|
||||
<div ref={ref} className="flex">
|
||||
<div className="w-[12%] py-4 justify-center">
|
||||
<div className="px-3 h-20">
|
||||
<div className="w-[12%] justify-center py-4">
|
||||
<div className="h-20 px-3">
|
||||
<UserAvatar user={comment.postedBy} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="w-[88%] h-full">
|
||||
<div className="h-full w-[88%]">
|
||||
{!inEditMode ? (
|
||||
<CommentContentBody comment={comment} setInEditMode={setInEditMode} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user