Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakmaitre committed Oct 29, 2024
1 parent c63ca55 commit de94108
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/MovieList.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,7 @@ function MovieList({ searchTerm }) {
);

return (

<div className="movie-list mt-20">
{filteredMovies.map((movie, index) => (
<Movie
key={index}
function MovieList({ searchTerm }) {
/>
))}
</div>


<div className='flex flex-col bg-slate-700 justify-center my-24'>
<div className='flex justify-start gap-3 w-[40%] ml-8 mt-8 p-2'>
<img src='/play-button.png' className='w-16 h-16 '></img>
Expand Down

0 comments on commit de94108

Please sign in to comment.