From 878fb640af0ce1edc1f870ac03b9a2e309751015 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 20 Feb 2025 07:04:56 +0800 Subject: [PATCH] feat: implement news detail layout and update carousel link --- app/components/ui/carousel.tsx | 2 +- .../{_layout.news.$slug.tsx => _layout.news.detail.$slug.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/routes/{_layout.news.$slug.tsx => _layout.news.detail.$slug.tsx} (100%) diff --git a/app/components/ui/carousel.tsx b/app/components/ui/carousel.tsx index 47ddb14..3fdf648 100644 --- a/app/components/ui/carousel.tsx +++ b/app/components/ui/carousel.tsx @@ -92,7 +92,7 @@ export const Carousel = (properties: TNews) => { diff --git a/app/routes/_layout.news.$slug.tsx b/app/routes/_layout.news.detail.$slug.tsx similarity index 100% rename from app/routes/_layout.news.$slug.tsx rename to app/routes/_layout.news.detail.$slug.tsx