fix: rewrite ai-flavored marketing copy with natural language

This commit is contained in:
zetaloop
2026-02-20 20:13:54 +08:00
parent 4079d97f0f
commit e12500fafd
7 changed files with 9 additions and 18 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export default async function PostDetailPage({ params }: { params: Promise<{ id:
</div>
{comments.length === 0 ? (
<p className="text-sm text-muted-foreground text-center py-8"></p>
<p className="text-sm text-muted-foreground text-center py-8"></p>
) : (
<div className="space-y-4">
{comments.map((comment) => (