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 de94108 commit 034a5d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MovieList.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function MovieList({ searchTerm }) {
);

return (

<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 034a5d2

Please sign in to comment.