feat: hide withdraw button

This commit is contained in:
bartosz-lipinski 2021-09-21 09:31:11 -05:00
parent abe97ab3f8
commit bf878fbae2
1 changed files with 5 additions and 5 deletions

View File

@ -491,7 +491,7 @@ const Home = (props: HomeProps) => {
return (
<Container style={{ marginTop: 100 }}>
<Container maxWidth="sm" style={{ position: 'relative' }}>
<Container maxWidth="xs" style={{ position: 'relative' }}>
<div
style={{
display: 'flex',
@ -512,7 +512,7 @@ const Home = (props: HomeProps) => {
</Link>
</div>
</Container>
<Container maxWidth="sm" style={{ position: 'relative' }}>
<Container maxWidth="xs" style={{ position: 'relative' }}>
<Paper
style={{ padding: 24, backgroundColor: '#151A1F', borderRadius: 6 }}
>
@ -810,7 +810,7 @@ const Home = (props: HomeProps) => {
>
How this raffle works
</Link>
<Link
{fairLaunch?.ticket.data && <Link
component="button"
variant="body2"
color="textSecondary"
@ -828,7 +828,7 @@ const Home = (props: HomeProps) => {
}}
>
Withdraw funds
</Link>
</Link>}
</Grid>
<Dialog
open={refundExplainerOpen}
@ -1031,7 +1031,7 @@ const Home = (props: HomeProps) => {
{fairLaunch && (
<Container
maxWidth="sm"
maxWidth="xs"
style={{ position: 'relative', marginTop: 10 }}
>
<div style={{ margin: 20 }}>