From b891591e7afca8342f747783b8b370333d59c1d1 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Wed, 13 Aug 2025 13:10:45 +0700 Subject: [PATCH 1/2] fix: typo in path navbar, and image blury in modal --- components/landing-page/hero-new.tsx | 11 ++++++++++- components/landing-page/navbar.tsx | 10 +++++----- 2 files changed, 15 insertions(+), 6 deletions(-) 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 */} - + Date: Wed, 13 Aug 2025 18:44:58 +0700 Subject: [PATCH 2/2] fixing --- components/form/broadcast/content-blast-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/broadcast/content-blast-form.tsx b/components/form/broadcast/content-blast-form.tsx index bdbdd36e..087ccce9 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)}`;