Skip to content

Commit 8746d8b

Browse files
committed
update the path of the image
1 parent 6a57b82 commit 8746d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use client'
1+
'use client';
22

33
import Image from 'next/image';
44
import { useRouter } from 'next/navigation';
@@ -46,7 +46,7 @@ export const Content = () => {
4646
</div>
4747
<div className=" hidden lg:block">
4848
<Image
49-
src={'/homepage_illustration.png'}
49+
src="/homepage_illustration.png"
5050
width={500}
5151
height={400}
5252
alt="illustration"

0 commit comments

Comments
 (0)