mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +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>
|
<OrgsButton>See Organizations</OrgsButton>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
<br /><br />
|
||||||
|
<Link href={"/login"}>
|
||||||
|
<a>
|
||||||
|
<OrgsButton>Login</OrgsButton>
|
||||||
|
</a>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</HomePage>
|
</HomePage>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue