diff --git a/src/components/PopularRankList.tsx b/src/components/PopularRankList.tsx index 3b96164..b86cdb1 100644 --- a/src/components/PopularRankList.tsx +++ b/src/components/PopularRankList.tsx @@ -159,8 +159,8 @@ function PopularRankRow({ {cleanCategoryDisplayName(r.categoryName)} ยท - - {formatDateYmd(r.updatedAt)} + + {formatDateYmd(post.publishedAt)} diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index f6a263b..fc44514 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -231,7 +231,7 @@ export function Home() { } return ( - + @@ -246,7 +246,7 @@ export function Home() { /> - + {rec.map((r, index) => ( @@ -420,7 +420,7 @@ export function Home() { viewAllLabel={t("viewAll")} /> - + {latestPosts.slice(0, 5).map((post, index) => ( @@ -441,7 +441,7 @@ export function Home() { viewAllLabel={t("viewAll")} /> - +