Skip to content

Commit

Permalink
use img instead of next/image
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed Aug 22, 2024
1 parent fb0315d commit 7e40273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ function Avatar({user}: {user: User}) {
return (
<Link href="https://sentry.io" className="">
<div className="flex items-center space-x-2 px-4">
<Image
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
src={user.avatarUrl}
alt={user.name}
width={32}
Expand Down

0 comments on commit 7e40273

Please sign in to comment.