refactor: rename 'Konten' to 'Artikel' and add submenu for article management

This commit is contained in:
Ardeman
2025-03-09 14:54:18 +08:00
parent e7eda086e4
commit 9f6c07c3de
6 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export const UiChartPie = () => {
return (
<div className="h-[300px] w-full items-center justify-center rounded-lg bg-white p-5 text-center">
<h2 className="text-xl font-bold">Top 5 Konten</h2>
<h2 className="text-xl font-bold">Top 5 Artikel</h2>
<Pie
height={225}
width={450}