Fixing officiant photo

This commit is contained in:
Bradley Shellnut 2022-11-10 22:40:31 -06:00 committed by GitHub
parent 06c1b89015
commit 3330eec1ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,10 @@ export default function PartyPage({ mainImage, officiantImage, partyImages }) {
{...officiantImage?.imageProps} {...officiantImage?.imageProps}
alt={officiantImage?.alt} alt={officiantImage?.alt}
placeholder="blur" placeholder="blur"
style={{
width: '100%',
height: 'auto',
}}
/> />
<h3 className="center">Wedding Officiant</h3> <h3 className="center">Wedding Officiant</h3>
</PartyCard> </PartyCard>