From b891591e7afca8342f747783b8b370333d59c1d1 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Wed, 13 Aug 2025 13:10:45 +0700 Subject: [PATCH] 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 */} - +