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>
|
||||
|
||||
<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>
|
||||
)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user