landing page: use next image for logo

This commit is contained in:
mantikoros 2022-09-12 17:34:13 -05:00
parent 0e5b1a7742
commit 8e41b39936

View File

@ -1,3 +1,4 @@
import Image from 'next/future/image'
import { SparklesIcon } from '@heroicons/react/solid'
import { Contract } from 'common/contract'
@ -18,7 +19,7 @@ export function LandingPagePanel(props: { hotContracts: Contract[] }) {
return (
<>
<Col className="mb-6 rounded-xl sm:m-12 sm:mt-0">
<img
<Image
height={250}
width={250}
className="self-center"