diff --git a/components/visualization/performance-polres.tsx b/components/visualization/performance-polres.tsx
index 523bb92c..15f9a135 100644
--- a/components/visualization/performance-polres.tsx
+++ b/components/visualization/performance-polres.tsx
@@ -59,7 +59,9 @@ export default function PerformancePolresViz() {
- {isInternational[0] ? "POLRES PERFORMANCE" : "POLFORMANCE POLRES"}
+ {isInternational[0]
+ ? "PUBLISH CONTENT PER POLICE REGENCY"
+ : "PUBLISH KONTEN PER POLRES"}
diff --git a/lib/menus.ts b/lib/menus.ts
index 25b24f01..9c98c75e 100644
--- a/lib/menus.ts
+++ b/lib/menus.ts
@@ -2649,8 +2649,7 @@ export function getMenuList(pathname: string, t: any): Group[] {
(Number(roleId) == 3 || Number(roleId) == 14 || Number(roleId) == 15) &&
Number(levelNumber) == 3
) {
- if (Number(userParentLevelId) != 761)
- {
+ if (Number(userParentLevelId) != 761) {
menusSelected = [
{
groupLabel: t("apps"),
@@ -4009,20 +4008,20 @@ export function getMenuList(pathname: string, t: any): Group[] {
},
],
},
- {
- groupLabel: "",
- id: "agenda-setting",
- menus: [
- {
- id: "agenda-setting",
- href: "/contributor/agenda-setting",
- label: t("agenda-setting"),
- active: pathname.includes("/agenda-setting"),
- icon: "iconoir:journal-page",
- submenus: [],
- },
- ],
- },
+ // {
+ // groupLabel: "",
+ // id: "agenda-setting",
+ // menus: [
+ // {
+ // id: "agenda-setting",
+ // href: "/contributor/agenda-setting",
+ // label: t("agenda-setting"),
+ // active: pathname.includes("/agenda-setting"),
+ // icon: "iconoir:journal-page",
+ // submenus: [],
+ // },
+ // ],
+ // },
{
groupLabel: "",
id: "performance-polres",
@@ -4119,41 +4118,41 @@ export function getMenuList(pathname: string, t: any): Group[] {
icon: "heroicons:arrow-trending-up",
children: [],
},
- {
- href: "/admin/settings/banner",
- label: "Banner",
- active: pathname === "/admin/settings/banner",
- icon: "heroicons:arrow-trending-up",
- children: [],
- },
- {
- href: "/admin/settings/feedback",
- label: "Feedback",
- active: pathname === "/admin/settings/feedback",
- icon: "heroicons:arrow-trending-up",
- children: [],
- },
- {
- href: "/admin/settings/faq",
- label: "FAQ",
- active: pathname === "/admin/settings/faq",
- icon: "heroicons:arrow-trending-up",
- children: [],
- },
- {
- href: "https://nat-mediahub.polri.go.id/",
- label: "Mediahub 2022",
- active: pathname === "/admin/settings/mediahub-2022",
- icon: "heroicons:arrow-trending-up",
- children: [],
- },
- {
- href: "/admin/settings/privacy",
- label: t("privacy"),
- active: pathname === "/admin/settings/privacy",
- icon: "heroicons:arrow-trending-up",
- children: [],
- },
+ // {
+ // href: "/admin/settings/banner",
+ // label: "Banner",
+ // active: pathname === "/admin/settings/banner",
+ // icon: "heroicons:arrow-trending-up",
+ // children: [],
+ // },
+ // {
+ // href: "/admin/settings/feedback",
+ // label: "Feedback",
+ // active: pathname === "/admin/settings/feedback",
+ // icon: "heroicons:arrow-trending-up",
+ // children: [],
+ // },
+ // {
+ // href: "/admin/settings/faq",
+ // label: "FAQ",
+ // active: pathname === "/admin/settings/faq",
+ // icon: "heroicons:arrow-trending-up",
+ // children: [],
+ // },
+ // {
+ // href: "https://nat-mediahub.polri.go.id/",
+ // label: "Mediahub 2022",
+ // active: pathname === "/admin/settings/mediahub-2022",
+ // icon: "heroicons:arrow-trending-up",
+ // children: [],
+ // },
+ // {
+ // href: "/admin/settings/privacy",
+ // label: t("privacy"),
+ // active: pathname === "/admin/settings/privacy",
+ // icon: "heroicons:arrow-trending-up",
+ // children: [],
+ // },
],
},
],