👔 feat: add title and additional attributes to card
This commit is contained in:
@ -5,7 +5,7 @@ const RecommendationMain = async () => {
|
||||
const data = async () => await getRecommendationAnimeAction();
|
||||
const result = await data();
|
||||
return (
|
||||
<div className="flex gap-2 w-full overflow-x-scroll py-2 my-2">
|
||||
<div className="flex gap-2 w-full overflow-x-scroll py-2 my-2 hide-scrollbar">
|
||||
{result.map((item, index) => (
|
||||
<AnimeRecommendationCard data={item} key={index} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user