feat: implement news detail layout and update carousel link
This commit is contained in:
parent
e73949295d
commit
878fb640af
@ -92,7 +92,7 @@ export const Carousel = (properties: TNews) => {
|
||||
<Button
|
||||
size="block"
|
||||
as={Link}
|
||||
to={slug}
|
||||
to={`detail/${slug}`}
|
||||
>
|
||||
View More
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user