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 -3
View File
@@ -29,9 +29,7 @@ export const NewsDetailPage = () => {
<div className="sm-max:mx-5 relative">
<Card>
<div className="py-5 sm:px-30">
<h2 className="text-xl font-extrabold text-[#2E2F7C] sm:text-4xl">
{title}
</h2>
<h2 className="text-xl font-extrabold sm:text-4xl">{title}</h2>
<div className="my-5 w-full items-center justify-between gap-2 align-middle sm:flex">
<NewsAuthor