🚸 ux: update anime route in swiper
This commit is contained in:
@ -64,7 +64,7 @@ const HeroSwiper = (props: HeroSwiperProps) => {
|
|||||||
</p>
|
</p>
|
||||||
<div className="flex gap-2 mt-6 h-12">
|
<div className="flex gap-2 mt-6 h-12">
|
||||||
<Link
|
<Link
|
||||||
href={`/media/${slide.slug}`}
|
href={`/anime/${slide.slug}`}
|
||||||
className="w-fit h-full rounded-xl overflow-hidden"
|
className="w-fit h-full rounded-xl overflow-hidden"
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user