terry-staging #11
@@ -50,7 +50,7 @@ export function MessageBubble({ post }: { post: Post }) {
|
||||
<time
|
||||
dateTime={post.publishedAt}
|
||||
className={`block text-right text-[12px] leading-[19px] text-[#A8A9AE] ${
|
||||
isVisual ? "px-4 pb-3 pt-3" : "mt-3"
|
||||
isVisual ? "px-4 pb-3 pt-0.5" : "mt-3"
|
||||
}`}
|
||||
>
|
||||
{formatDateTime(post.publishedAt)}
|
||||
|
||||
Reference in New Issue
Block a user