diff --git a/components/form/broadcast/content-blast-form.tsx b/components/form/broadcast/content-blast-form.tsx index 2418a82d..7e93159c 100644 --- a/components/form/broadcast/content-blast-form.tsx +++ b/components/form/broadcast/content-blast-form.tsx @@ -157,7 +157,7 @@ export default function ContentBlast(props: { type: string }) { form.setValue("title", `${details?.title}`); form.setValue( "url", - details?.pageUrl || "https://mediahub.polri.go.id" + details?.pageUrl || "https://mediahub.polri.go.id/in" ); if (type == "wa") { body = `${textEllipsis(details?.description, 150)}`; diff --git a/components/landing-page/hero-new.tsx b/components/landing-page/hero-new.tsx index 3697ddb2..61e96084 100644 --- a/components/landing-page/hero-new.tsx +++ b/components/landing-page/hero-new.tsx @@ -173,7 +173,7 @@ const HeroModal = ({ > ✕ - gambar-utama */} +
diff --git a/components/landing-page/navbar.tsx b/components/landing-page/navbar.tsx index ca130bb5..28998ddd 100644 --- a/components/landing-page/navbar.tsx +++ b/components/landing-page/navbar.tsx @@ -251,7 +251,7 @@ const Navbar = () => { router.push(prefixPath + "/image/filter")} className="flex items-center text-slate-600 dark:text-white hover:text-[#bb3523]" > @@ -259,7 +259,7 @@ const Navbar = () => { {t("image", { defaultValue: "Image" })} router.push(prefixPath + "/video/filter")} className="flex items-center text-slate-600 dark:text-white hover:text-[#bb3523]" > @@ -267,7 +267,7 @@ const Navbar = () => { {t("video", { defaultValue: "Video" })} router.push(prefixPath + "/document/filter")} className="flex items-center text-slate-600 dark:text-white hover:text-[#bb3523]" > @@ -275,7 +275,7 @@ const Navbar = () => { {t("text", { defaultValue: "Text" })} router.push(prefixPath + "/audio/filter")} className="flex items-center text-slate-600 dark:text-white hover:text-[#bb3523]" > @@ -308,7 +308,7 @@ const Navbar = () => { {/* Link Index */} - +