ю
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 53s
Create and publish a Docker image / Deploy image (push) Successful in 4s

This commit is contained in:
VITALY-VORON 2023-08-26 14:50:23 +03:00
parent 2e21bbde20
commit d25434f13f

View File

@ -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,7 +108,8 @@ const Main = ({ userData }) => {
}}>{film.filmName}</div>
</div>
</div>
</li>
</a>
</li>
))}
</ul>
</div>