Added ratings page
This commit is contained in:
parent
e9cb1d9d54
commit
93c6bc7e80
16 changed files with 127 additions and 58 deletions
|
@ -63,7 +63,8 @@ const Actor = () => {
|
|||
|
||||
return (
|
||||
<div className={styles.Container}>
|
||||
<h1>{actor?.name}</h1>
|
||||
<hr />
|
||||
<h1 className={styles.Name}>{actor?.name}</h1>
|
||||
<div className={styles.Section}>
|
||||
<h2>Biography</h2>
|
||||
<div className={styles.Description}>
|
||||
|
|
Reference in a new issue