feat: implement news detail layout and update carousel link

This commit is contained in:
Ardeman 2025-02-20 07:04:56 +08:00
parent e73949295d
commit 878fb640af
2 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export const Carousel = (properties: TNews) => {
<Button
size="block"
as={Link}
to={slug}
to={`detail/${slug}`}
>
View More
</Button>