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)} {cleanCategoryDisplayName(r.categoryName)}
</span> </span>
<span className="text-[#55565e]">·</span> <span className="text-[#55565e]">·</span>
<time dateTime={r.updatedAt} className="shrink-0 text-ark-muted"> <time dateTime={post.publishedAt} className="shrink-0 text-ark-muted">
{formatDateYmd(r.updatedAt)} {formatDateYmd(post.publishedAt)}
</time> </time>
</div> </div>
</div> </div>