Skip to content

Commit 7286cd1

Browse files
authored
Update Home.jsx
1 parent b2dad5c commit 7286cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Home() {
9292
<div className="row d-flex gx-5">
9393
{movies.slice(0, 10).map((movie, i) => (
9494
<Link to={`/movies/${movie.id}`} key={i}
95-
className='mt-5 movie-box p-3 mb-5 col-lg-4 col-md-12'>
95+
className='mt-5 movie-card p-3 mb-5 col-lg-4 col-md-12'>
9696

9797
<div
9898
className={` ${

0 commit comments

Comments
 (0)