From 49a257cab4e276fcd76a75212ab0d25db4433f71 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Fri, 19 Sep 2025 18:15:00 +0700 Subject: [PATCH] fix:href link in card filter --- components/landing-page/filter-all/audio-filter-card.tsx | 2 +- components/landing-page/filter-all/document-filter-card.tsx | 2 +- components/landing-page/filter-all/image-filter-card.tsx | 2 +- components/landing-page/filter-all/video-filter-card.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/landing-page/filter-all/audio-filter-card.tsx b/components/landing-page/filter-all/audio-filter-card.tsx index 1469a140..5a641788 100644 --- a/components/landing-page/filter-all/audio-filter-card.tsx +++ b/components/landing-page/filter-all/audio-filter-card.tsx @@ -243,7 +243,7 @@ export default function FilterAudioComponent(props: { {newContent?.map((audio: any) => ( // router.push(prefixPath + `/audio/detail/${audio?.slug}`) diff --git a/components/landing-page/filter-all/document-filter-card.tsx b/components/landing-page/filter-all/document-filter-card.tsx index 7970851f..aa8bc82d 100644 --- a/components/landing-page/filter-all/document-filter-card.tsx +++ b/components/landing-page/filter-all/document-filter-card.tsx @@ -214,7 +214,7 @@ export default function FilterDocumentComponent(props: { {newContent?.map((text: any) => ( // router.push(prefixPath + `/document/detail/${text?.slug}`) diff --git a/components/landing-page/filter-all/image-filter-card.tsx b/components/landing-page/filter-all/image-filter-card.tsx index de5e1c15..d68c47f4 100644 --- a/components/landing-page/filter-all/image-filter-card.tsx +++ b/components/landing-page/filter-all/image-filter-card.tsx @@ -200,7 +200,7 @@ export default function FilterImageComponent(props: { {newContent?.map((image: any) => ( // router.push(prefixPath + `/image/detail/${image?.slug}`) // } diff --git a/components/landing-page/filter-all/video-filter-card.tsx b/components/landing-page/filter-all/video-filter-card.tsx index 81e336e0..d689f66e 100644 --- a/components/landing-page/filter-all/video-filter-card.tsx +++ b/components/landing-page/filter-all/video-filter-card.tsx @@ -161,7 +161,7 @@ export default function FilterVideoComponent(props: { {newContent?.map((video: any) => ( // router.push(prefixPath + `/video/detail/${video?.slug}`)