landing page: use next image for logo
This commit is contained in:
parent
0e5b1a7742
commit
8e41b39936
|
@ -1,3 +1,4 @@
|
||||||
|
import Image from 'next/future/image'
|
||||||
import { SparklesIcon } from '@heroicons/react/solid'
|
import { SparklesIcon } from '@heroicons/react/solid'
|
||||||
|
|
||||||
import { Contract } from 'common/contract'
|
import { Contract } from 'common/contract'
|
||||||
|
@ -18,7 +19,7 @@ export function LandingPagePanel(props: { hotContracts: Contract[] }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Col className="mb-6 rounded-xl sm:m-12 sm:mt-0">
|
<Col className="mb-6 rounded-xl sm:m-12 sm:mt-0">
|
||||||
<img
|
<Image
|
||||||
height={250}
|
height={250}
|
||||||
width={250}
|
width={250}
|
||||||
className="self-center"
|
className="self-center"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user