.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m9s

This commit is contained in:
박원엽
2026-05-29 10:29:46 +09:00
parent 7f9bc1f83b
commit 7535fb6ac6
16 changed files with 385 additions and 1060 deletions

View File

@@ -41,7 +41,7 @@ export default function PostCard({ post }: { post: Post }) {
<Surface
as="article"
interactive
className="flex h-full flex-col p-5 shadow-none"
className="flex h-full min-h-52 flex-col p-5 shadow-none"
>
<div className="mb-4 flex items-center justify-between gap-3">
<StatusBadge tone={isNotice ? 'danger' : 'neutral'} className="shrink-0">