Skip to content

Commit

Permalink
sixth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctmax-ui committed Jun 20, 2024
1 parent 83e83af commit f7ee594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/mainPages/SingleMedia.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ const SingleMovies = () => {
: "Movies"}
</h3>
<div className="flex justify-center w-full">
<CardSlider
{/* <CardSlider
mediaId={mediaId}
media_type={showRightData && showRightData.media_type}
/>
/> */}
</div>

<h4 className="w-full text-center text-3xl text-black font-bold mt-20 mb-6">
Expand All @@ -136,10 +136,10 @@ const SingleMovies = () => {
: "Movies"}
</h4>
<div className="flex justify-center w-full">
{/* <`CardSliderForSingle
<CardSliderForSingle
mediaId={mediaId}
media_type={showRightData && showRightData.media_type}
/>` */}
/>
</div>
</div>

Expand Down

0 comments on commit f7ee594

Please sign in to comment.