Various fixes

This commit is contained in:
Ray 2023-11-15 06:44:42 +00:00 committed by GitHub
parent 670a29d0e2
commit 28a7367bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,11 +34,12 @@ export function Detail(props) {
<h2>More Information</h2>
<h3>Synopsis</h3>
<p>{movieData.synopsis}</p>
<h2>Key People</h2>
<h3>Main Actors</h3>
<p>{movieData.main_actors}</p>
<h3>Director</h3>
<p>{movieData.director}</p>
<h3>Producer</h3>
<h3>Producers</h3>
<p>{movieData.producer}</p>
<h3>Genre</h3>
<p>{movieData.genre}</p>