import Link from 'next/link'; import type { PlazaPost } from '@/types/plaza'; import { FollowButton } from '@/components/user/FollowButton'; import { formatCount, formatRelativeTime } from '@/lib/format'; export function PostMeta({ post }: { post: PlazaPost }) { return (
{post.category.icon} {post.category.name} ยท {formatRelativeTime(post.published_at)}
{post.summary}
: null}@{post.author.slug}