refactor: rename 'Konten' to 'Artikel' and add submenu for article management
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user