Some final polishing touches

This commit is contained in:
“Henry-Hiles” 2022-11-10 11:21:54 -05:00
parent 6e35f9023c
commit 88084fd982
9 changed files with 78 additions and 25 deletions

View file

@ -122,7 +122,9 @@ const Actor = () => {
className={styles.Movie}
>
<img src={movie.posterUrl} />
<h3>{movie.title}</h3>
<h3 className={styles.MovieTitle}>
{movie.title}
</h3>
</Link>
))}
</div>