We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b90bb8 commit 1b17903Copy full SHA for 1b17903
app/[locale]/(user)/components/Content.tsx
@@ -3,7 +3,6 @@
3
import Image from 'next/image';
4
import { useRouter } from 'next/navigation';
5
import { SearchInput, Text } from 'opub-ui';
6
-
7
import { cn } from '@/lib/utils';
8
import Styles from '../page.module.scss';
9
@@ -45,8 +44,8 @@ export const Content = () => {
45
44
</div>
46
47
<div className=" hidden lg:block">
48
- <Image
49
- src="/homepage.jpeg"
+ <img
+ src="/homepage.png"
50
width={500}
51
height={400}
52
alt="illustration"
public/homepage.jpeg public/homepage.pngpublic/homepage.jpeg renamed to public/homepage.png
0 commit comments