+
diff --git a/lib/menus.ts b/lib/menus.ts
index c39d2477..fe93529f 100644
--- a/lib/menus.ts
+++ b/lib/menus.ts
@@ -3214,9 +3214,9 @@ export function getMenuList(pathname: string, t: any): Group[] {
children: [],
},
{
- href: "/supervisor/ticketing/4",
+ href: "/supervisor/ticketing/3",
label: "Instagram",
- active: pathname.includes("/ticketing/4"),
+ active: pathname.includes("/ticketing/3"),
icon: "ri:chat-private-line",
children: [],
},
@@ -3230,73 +3230,73 @@ export function getMenuList(pathname: string, t: any): Group[] {
{
href: "/supervisor/ticketing/5",
label: "Youtube",
- active: pathname.includes("/ticketing/youtube"),
+ active: pathname.includes("/ticketing/5"),
icon: "ri:share-forward-2-fill",
children: [],
},
+ // {
+ // href: "/",
+ // label: "Tiktok",
+ // active: pathname.includes("/ticketing/tiktok"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "Kolom Komentar",
+ // active: pathname.includes("/ticketing/comment"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "Hubungi Kami",
+ // active: pathname.includes("/ticketing/contact-us"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "Play Store",
+ // active: pathname.includes("/ticketing/play-store"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "App Store",
+ // active: pathname.includes("/ticketing/app-store"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "Web Humas",
+ // active: pathname.includes("/ticketing/web-humas"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
+ // {
+ // href: "/",
+ // label: "e-PPID",
+ // active: pathname.includes("/ticketing/e-ppid"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
{
- href: "/",
- label: "Tiktok",
- active: pathname.includes("/ticketing/tiktok"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "Kolom Komentar",
- active: pathname.includes("/ticketing/comment"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "Hubungi Kami",
- active: pathname.includes("/ticketing/contact-us"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "Play Store",
- active: pathname.includes("/ticketing/play-store"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "App Store",
- active: pathname.includes("/ticketing/app-store"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "Web Humas",
- active: pathname.includes("/ticketing/web-humas"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "e-PPID",
- active: pathname.includes("/ticketing/e-ppid"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
+ href: "/supervisor/ticketing/6",
label: "Emergency Issues",
- active: pathname.includes("/ticketing/emergency-issues"),
- icon: "ri:share-forward-2-fill",
- children: [],
- },
- {
- href: "/",
- label: "Campaignpool",
- active: pathname.includes("/ticketing/campaignpool"),
+ active: pathname.includes("/ticketing/6"),
icon: "ri:share-forward-2-fill",
children: [],
},
+ // {
+ // href: "/",
+ // label: "Campaignpool",
+ // active: pathname.includes("/ticketing/campaignpool"),
+ // icon: "ri:share-forward-2-fill",
+ // children: [],
+ // },
],
},
],
diff --git a/utils/video-player.tsx b/utils/video-player.tsx
index 08f5e028..3203b57a 100644
--- a/utils/video-player.tsx
+++ b/utils/video-player.tsx
@@ -7,17 +7,34 @@ type VideoPlayerProps = {
const VideoPlayer: React.FC = ({ url }) => {
return (
+ //
= ({ url }) => {
);
};
-export default VideoPlayer;
\ No newline at end of file
+export default VideoPlayer;