fix: add login button to home

This commit is contained in:
swve 2022-10-23 11:15:28 +02:00
parent d0de935902
commit 8ca7d9fc1a

View file

@ -44,6 +44,12 @@ const Home: NextPage = () => {
<OrgsButton>See Organizations</OrgsButton>
</a>
</Link>
<br /><br />
<Link href={"/login"}>
<a>
<OrgsButton>Login</OrgsButton>
</a>
</Link>
</div>
</motion.div>
</HomePage>