Update src/components/SearchPage.js
This commit is contained in:
parent
5dae8ce6c0
commit
9c91688f22
|
@ -59,7 +59,6 @@ const SearchPage = () => {
|
||||||
<img
|
<img
|
||||||
src={`https://image.tmdb.org/t/p/w500/${movieDetails?.poster_path}`}
|
src={`https://image.tmdb.org/t/p/w500/${movieDetails?.poster_path}`}
|
||||||
alt={movieDetails?.title}
|
alt={movieDetails?.title}
|
||||||
className="movie-detail-poster"
|
|
||||||
/>
|
/>
|
||||||
<div className="movie-detail-info">
|
<div className="movie-detail-info">
|
||||||
<h2>{movieDetails?.title}</h2>
|
<h2>{movieDetails?.title}</h2>
|
||||||
|
|
Loading…
Reference in a new issue