Merge pull request #2 from ardeman/feature/slicing

feat: implement news detail layout and update carousel link
This commit is contained in:
Ardeman
2025-02-20 07:06:11 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export const Carousel = (properties: TNews) => {
<Button <Button
size="block" size="block"
as={Link} as={Link}
to={slug} to={`detail/${slug}`}
> >
View More View More
</Button> </Button>