Skip to content

Commit 5d123be

Browse files
committed
fix: add unoptimized attribute to Image component for performance improvement
1 parent c4fb0ae commit 5d123be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/[locale]/(user)/usecases/components/Details.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const PrimaryDetails = ({ data, isLoading }: { data: any; isLoading: any }) => {
6767
width={100}
6868
height={100}
6969
className="h-full w-full"
70+
unoptimized
7071
/>
7172
</div>
7273
<div className=" lg:pr-4">

0 commit comments

Comments
 (0)