remove unused button

This commit is contained in:
Maximilian Schneider 2021-07-28 15:54:03 +02:00
parent 3f7426a856
commit 6237e46bfb
1 changed files with 3 additions and 2 deletions

View File

@ -394,13 +394,14 @@ const NavBarBeta = () => {
</div> </div>
</a> </a>
</nav> </nav>
<div className="hidden md:flex items-center justify-end md:flex-1 lg:w-0"> <div style={{ width: '310px' }} />
{/* <div className="hidden md:flex items-center justify-end md:flex-1 lg:w-0">
<div> <div>
<a rel="noreferrer" target="_blank" href="#"> <a rel="noreferrer" target="_blank" href="#">
<Button>Contribute now</Button> <Button>Contribute now</Button>
</a> </a>
</div> </div>
</div> </div> */}
</div> </div>
</div> </div>