intro panel: use gradient image
This commit is contained in:
parent
f6feacfbc9
commit
58ef43a8ec
|
@ -9,10 +9,11 @@ export function MarketIntroPanel() {
|
||||||
<div className="text-xl">Play-money predictions</div>
|
<div className="text-xl">Play-money predictions</div>
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
height={150}
|
height={125}
|
||||||
width={150}
|
width={125}
|
||||||
className="self-center"
|
className="my-4 self-center"
|
||||||
src="/flappy-logo.gif"
|
src="/welcome/manipurple.png"
|
||||||
|
alt="Manifold Markets gradient logo"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="mb-4 text-sm">
|
<div className="mb-4 text-sm">
|
||||||
|
@ -22,5 +23,5 @@ export function MarketIntroPanel() {
|
||||||
|
|
||||||
<BetSignUpPrompt />
|
<BetSignUpPrompt />
|
||||||
</Col>
|
</Col>
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user