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