Skip to content

Commit ed7afd3

Browse files
committed
removed commented out in-line style
1 parent d1f251d commit ed7afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/OfficerCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Officer({
5656
>
5757
<div className={styles['officer-image-container']}>
5858
{/* eslint-disable-next-line @next/next/no-img-element */}
59-
<img src={photo} alt={alt} /*style={{ maxWidth: '100%' }}*/ className={styles['dev-officer-image']} />
59+
<img src={photo} alt={alt} className={styles['dev-officer-image']} />
6060
</div>
6161
<div>
6262
<h3 className={styles.name}>{name}</h3>

0 commit comments

Comments
 (0)