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
commit 3971cbfefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>