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
|
<Button
|
||||||
size="block"
|
size="block"
|
||||||
as={Link}
|
as={Link}
|
||||||
to={slug}
|
to={`detail/${slug}`}
|
||||||
>
|
>
|
||||||
View More
|
View More
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user