Fix popular rank dates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user