Update MainCard.js

This commit is contained in:
2022-08-01 23:18:32 +02:00
committed by GitHub
parent 7c36803040
commit a9348b8a56

View File

@@ -23,8 +23,8 @@ class MainCard extends Component {
<div class="card"> <div class="card">
<div class="card-image"> <div class="card-image">
<figure id="photoProfil" class="image"> <figure id="photoProfil" class="image">
<img fetchpriority="high" class="background" src={headshotFond} alt="Anthony Dumas" style={{ height: '412px' }} /> <img fetchpriority="high" class="background" src={headshotFond} alt="Anthony Dumas" />
<img fetchpriority="high" class="actor" src={headshotMain} alt="Anthony Dumas" style={{ height: '412px' }} /> <img fetchpriority="high" class="actor" src={headshotMain} alt="Anthony Dumas" />
</figure> </figure>
</div> </div>
<div class="card-content"> <div class="card-content">