ю
This commit is contained in:
parent
2e21bbde20
commit
d25434f13f
@ -78,6 +78,7 @@ const Main = ({ userData }) => {
|
||||
padding: '10px',
|
||||
marginRight: '30px',
|
||||
}}>
|
||||
<a href={film.url} style={{ textDecoration: 'none', color: 'inherit' }}>
|
||||
<div key={index} style={{
|
||||
height: 200,
|
||||
width: 140,
|
||||
@ -107,6 +108,7 @@ const Main = ({ userData }) => {
|
||||
}}>{film.filmName}</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user