👔 feat: add title and additional attributes to card
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
import { Suspense } from "react";
|
||||
import RecommendationMain from "./main";
|
||||
import RecommendationSkeleton from "./skeleton";
|
||||
import { getRecommendationAnimeAction } from "../../actions/getRecommenationAnime";
|
||||
|
||||
const Recommendation = async () => {
|
||||
return (
|
||||
<div className="mt-12">
|
||||
<h1 className="text-2xl text-neutral-100 font-semibold w-fit">
|
||||
Maybe You Like
|
||||
<div className="w-full h-0.5 bg-primary -mt-1.5" />
|
||||
</h1>
|
||||
<div>
|
||||
<h1 className="text-[26px] text-neutral-100 font-semibold w-fit tracking-tight">
|
||||
Maybe You Like
|
||||
</h1>
|
||||
</div>
|
||||
<Suspense fallback={<RecommendationSkeleton />}>
|
||||
<RecommendationMain />
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user