Skip to content

Commit 1b17903

Browse files
committed
update img
1 parent 0b90bb8 commit 1b17903

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
@@ -3,7 +3,6 @@
33
import Image from 'next/image';
44
import { useRouter } from 'next/navigation';
55
import { SearchInput, Text } from 'opub-ui';
6-
76
import { cn } from '@/lib/utils';
87
import Styles from '../page.module.scss';
98

@@ -45,8 +44,8 @@ export const Content = () => {
4544
</div>
4645
</div>
4746
<div className=" hidden lg:block">
48-
<Image
49-
src="/homepage.jpeg"
47+
<img
48+
src="/homepage.png"
5049
width={500}
5150
height={400}
5251
alt="illustration"

0 commit comments

Comments
 (0)