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
+2 -2
View File
@@ -98,7 +98,7 @@ export const ContentsPage = () => {
return (
<div className="relative">
<TitleDashboard title="Konten" />
<TitleDashboard title="Artikel" />
<div className="mb-8 flex items-end justify-between gap-5">
<div className="flex-1">{/* TODO: Filter */}</div>
<Button
@@ -116,7 +116,7 @@ export const ContentsPage = () => {
columns={dataColumns}
slots={dataSlot}
options={dataOptions}
title="Daftar Konten"
title="Daftar Artikel"
/>
</div>
)