Various fixes
This commit is contained in:
parent
670a29d0e2
commit
28a7367bf9
|
@ -34,11 +34,12 @@ export function Detail(props) {
|
||||||
<h2>More Information</h2>
|
<h2>More Information</h2>
|
||||||
<h3>Synopsis</h3>
|
<h3>Synopsis</h3>
|
||||||
<p>{movieData.synopsis}</p>
|
<p>{movieData.synopsis}</p>
|
||||||
|
<h2>Key People</h2>
|
||||||
<h3>Main Actors</h3>
|
<h3>Main Actors</h3>
|
||||||
<p>{movieData.main_actors}</p>
|
<p>{movieData.main_actors}</p>
|
||||||
<h3>Director</h3>
|
<h3>Director</h3>
|
||||||
<p>{movieData.director}</p>
|
<p>{movieData.director}</p>
|
||||||
<h3>Producer</h3>
|
<h3>Producers</h3>
|
||||||
<p>{movieData.producer}</p>
|
<p>{movieData.producer}</p>
|
||||||
<h3>Genre</h3>
|
<h3>Genre</h3>
|
||||||
<p>{movieData.genre}</p>
|
<p>{movieData.genre}</p>
|
||||||
|
|
Loading…
Reference in New Issue