intro panel: use gradient image

This commit is contained in:
mantikoros 2022-09-13 21:11:53 -05:00
parent f6feacfbc9
commit 58ef43a8ec

View File

@ -9,10 +9,11 @@ export function MarketIntroPanel() {
<div className="text-xl">Play-money predictions</div>
<Image
height={150}
width={150}
className="self-center"
src="/flappy-logo.gif"
height={125}
width={125}
className="my-4 self-center"
src="/welcome/manipurple.png"
alt="Manifold Markets gradient logo"
/>
<div className="mb-4 text-sm">
@ -22,5 +23,5 @@ export function MarketIntroPanel() {
<BetSignUpPrompt />
</Col>
)
}