Skip to content

Commit

Permalink
hotfix: remove unoptimized flag from Image component in Carousel and …
Browse files Browse the repository at this point in the history
…ReportsPage
  • Loading branch information
LeonardoMeireles55 committed Feb 5, 2025
1 parent b2dc3d0 commit c32095f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/about/components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const Carousel: React.FC<CarouselProps> = ({ images, autoPlayInterval = 5000 })
<div className='absolute inset-0 bg-neutral-200 animate-pulse' />
)}
<Image
unoptimized={true}
src={image.src}
alt={image.alt}
fill
Expand Down
1 change: 0 additions & 1 deletion src/pages/misc/reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const ReportsPage = () => {
</div>
<span className='w-4/6 p-4 border border-borderColor shadow-md rounded-xl md:mt-4 xl:w-1/3 xl:p-6'>
<Image
unoptimized={true}
className='object-cover rounded-xl'
fetchPriority='high'
src='/labvidraria.png'
Expand Down

0 comments on commit c32095f

Please sign in to comment.