mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Format: update prettier configuration to use tailwind plugin
This commit is contained in:
@@ -19,7 +19,7 @@ const CommentContentBody: FC<CommentContentBodyProps> = ({ comment, setInEditMod
|
||||
const timeDistance = useTimeDistance(new Date(comment.createdAt));
|
||||
|
||||
return (
|
||||
<div className="pr-3 py-4 animate-in fade-in-10 space-y-1">
|
||||
<div className="space-y-1 py-4 pr-3 animate-in fade-in-10">
|
||||
<div className="space-y-2">
|
||||
<div className="flex flex-row justify-between">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user