Skip to content

Commit 6a57b82

Browse files
committed
update image
1 parent 33c9965 commit 6a57b82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/[locale]/(user)/components/Content.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ export const Content = () => {
4646
</div>
4747
<div className=" hidden lg:block">
4848
<Image
49-
src={'/homepage_illustartion.png'}
49+
src={'/homepage_illustration.png'}
5050
width={500}
5151
height={400}
52-
alt="illustartion"
53-
unoptimized
52+
alt="illustration"
5453
/>
5554
</div>
5655
</div>

0 commit comments

Comments
 (0)