Fix popular rank dates

This commit is contained in:
TerryM
2026-05-30 23:33:23 +08:00
parent 4c01e4fa52
commit 5179a8c068

View File

@@ -159,8 +159,8 @@ function PopularRankRow({
{cleanCategoryDisplayName(r.categoryName)}
</span>
<span className="text-[#55565e]">·</span>
<time dateTime={r.updatedAt} className="shrink-0 text-ark-muted">
{formatDateYmd(r.updatedAt)}
<time dateTime={post.publishedAt} className="shrink-0 text-ark-muted">
{formatDateYmd(post.publishedAt)}
</time>
</div>
</div>