homepage tweaks
This commit is contained in:
parent
549926a323
commit
1eccdb7b4f
|
@ -15,7 +15,7 @@ export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Col className="w-full bg-white p-6 sm:border-2 sm:border-indigo-100 sm:rounded-lg">
|
<Col className="w-full bg-white p-6 sm:rounded-lg shadow-md">
|
||||||
<h1 className="mt-4 text-4xl sm:mt-5 sm:text-6xl lg:mt-6 xl:text-6xl">
|
<h1 className="mt-4 text-4xl sm:mt-5 sm:text-6xl lg:mt-6 xl:text-6xl">
|
||||||
<div className="mb-2">Create your own</div>
|
<div className="mb-2">Create your own</div>
|
||||||
<div className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-green-400">
|
<div className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-teal-400 to-green-400">
|
||||||
|
@ -27,13 +27,9 @@ export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
Find prediction markets run by your favorite creators, or make your
|
Find prediction markets run by your favorite creators, or make your
|
||||||
own.
|
own.
|
||||||
<br />
|
<br />
|
||||||
Sign up to get M$ 1000 for free and start trading!
|
Sign up to get M$ 1,000 for free and start trading!
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
{/* <TagsList
|
|
||||||
className="mt-2"
|
|
||||||
tags={['#politics', '#crypto', '#covid', '#sports', '#meta']}
|
|
||||||
/> */}
|
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<button
|
<button
|
||||||
className="btn btn-lg self-center border-none bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600"
|
className="btn btn-lg self-center border-none bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600"
|
||||||
|
@ -45,6 +41,11 @@ export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
|
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
|
|
||||||
|
<TagsList
|
||||||
|
className="mt-2"
|
||||||
|
tags={['#politics', '#crypto', '#covid', '#sports', '#meta']}
|
||||||
|
/>
|
||||||
|
<Spacer h={6} />
|
||||||
<ContractsGrid
|
<ContractsGrid
|
||||||
contracts={hotContracts?.slice(0, 10) || []}
|
contracts={hotContracts?.slice(0, 10) || []}
|
||||||
showHotVolume
|
showHotVolume
|
||||||
|
|
Loading…
Reference in New Issue
Block a user