We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f251d commit ed7afd3Copy full SHA for ed7afd3
components/OfficerCard.js
@@ -56,7 +56,7 @@ function Officer({
56
>
57
<div className={styles['officer-image-container']}>
58
{/* eslint-disable-next-line @next/next/no-img-element */}
59
- <img src={photo} alt={alt} /*style={{ maxWidth: '100%' }}*/ className={styles['dev-officer-image']} />
+ <img src={photo} alt={alt} className={styles['dev-officer-image']} />
60
</div>
61
<div>
62
<h3 className={styles.name}>{name}</h3>
0 commit comments