mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
fix: add login button to home
This commit is contained in:
parent
d0de935902
commit
8ca7d9fc1a
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue