Some final polishing touches
This commit is contained in:
parent
6e35f9023c
commit
88084fd982
9 changed files with 78 additions and 25 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue