diff --git a/features/home/sections/Recommendation/components/Card.tsx b/features/home/sections/Recommendation/components/Card.tsx index 8606de4..d7708d0 100644 --- a/features/home/sections/Recommendation/components/Card.tsx +++ b/features/home/sections/Recommendation/components/Card.tsx @@ -1,9 +1,15 @@ import { RecommendationAnime } from "@/features/home/actions/getRecommenationAnime"; +import { Icon } from "@iconify/react"; +import { StarOff } from "lucide-react"; const AnimeRecommendationCard = ({ data }: { data: RecommendationAnime }) => { return (
-
+
+
+ + {data.rating ?? "N/A"} +