From ac6f100047f573834193be3d2643477313004f32 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Mon, 4 Aug 2025 13:16:32 +0700 Subject: [PATCH] fix: card in filter video and foto --- app/[locale]/(public)/image/filter/page.tsx | 26 +++++++++++---------- app/[locale]/(public)/video/filter/page.tsx | 13 ++++++++++- components/ui/image-blurry.tsx | 2 +- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/app/[locale]/(public)/image/filter/page.tsx b/app/[locale]/(public)/image/filter/page.tsx index ef7777f5..ba3e4917 100644 --- a/app/[locale]/(public)/image/filter/page.tsx +++ b/app/[locale]/(public)/image/filter/page.tsx @@ -822,7 +822,7 @@ const FilterPage = () => { {/* */} -
+
{ height: "100%", }} /> - {/* {image?.title} */}
-
+ {/*
{formatDateToIndonesian( new Date(image?.createdAt) )}{" "} @@ -861,6 +851,18 @@ const FilterPage = () => {
{image?.title} +
*/} + +
+
+

+ {image?.categoryName?.toUpperCase() ?? + "Giat Pimpinan"} +

+

+ {image?.title} +

+
diff --git a/app/[locale]/(public)/video/filter/page.tsx b/app/[locale]/(public)/video/filter/page.tsx index a2b03dcb..05365bb6 100644 --- a/app/[locale]/(public)/video/filter/page.tsx +++ b/app/[locale]/(public)/video/filter/page.tsx @@ -856,7 +856,7 @@ const FilterPage = () => { className="w-full h-full object-cover rounded-t-lg" /> */}
-
+ {/*
{formatDateToIndonesian( new Date(video?.createdAt) )}{" "} @@ -870,6 +870,17 @@ const FilterPage = () => {
{video?.title} +
*/} +
+
+

+ {video?.categoryName?.toUpperCase() ?? + "Giat Pimpinan"} +

+

+ {video?.title} +

+
diff --git a/components/ui/image-blurry.tsx b/components/ui/image-blurry.tsx index 16ed8b1a..c03d4617 100644 --- a/components/ui/image-blurry.tsx +++ b/components/ui/image-blurry.tsx @@ -53,7 +53,7 @@ const ImageBlurry: React.FC = (props) => { //
//