From 12fee796548da5a1f837e0f22be7d3fb09616343 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Wed, 1 Apr 2026 15:11:30 +0800 Subject: [PATCH] redeploy --- .../dashboard-recent-article.tsx | 3 +- package-lock.json | 9445 +---------------- 2 files changed, 108 insertions(+), 9340 deletions(-) diff --git a/components/content-dashboard/dashboard-recent-article.tsx b/components/content-dashboard/dashboard-recent-article.tsx index c881f20..19ce375 100644 --- a/components/content-dashboard/dashboard-recent-article.tsx +++ b/components/content-dashboard/dashboard-recent-article.tsx @@ -22,7 +22,7 @@ export default function DashboardRecentArticles() { const paginatedArticles = allArticles.slice( (currentPage - 1) * articlesPerPage, - currentPage * articlesPerPage + currentPage * articlesPerPage, ); return ( @@ -35,7 +35,6 @@ export default function DashboardRecentArticles() { - {/* Article List */}