Skip to content

Commit

Permalink
add eslint ignore to non next images
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae committed Nov 29, 2024
1 parent aa00808 commit e0f0152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const GbolahanAkandeBuilderPage: NextPage = () => {
<div className={styles.card}>
<div className={styles.profileSection}>
<div className={styles.avatarContainer}>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src={builderDetails.avatar} alt="Profile" className={styles.avatar} />
</div>
<div className={styles.nameSection}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const DeveloperProfilePage: NextPage = () => {
{/* Hero Section */}
<div className="text-center mb-16">
<div className="relative inline-block mb-8">
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
src="https://avatars.githubusercontent.com/u/71647648?v=4"
alt="Profile"
Expand Down

0 comments on commit e0f0152

Please sign in to comment.