nice log in page

This commit is contained in:
Arjun Patel
2022-01-24 13:04:51 -08:00
parent c1ded1a43c
commit a39fe24406
2 changed files with 66 additions and 19 deletions
+8 -1
View File
@@ -61,11 +61,18 @@ export default function Home() {
</span> */}
<button
onClick={handleLogin}
className="ml-auto text-gray-500 mr-2 hidden md:block"
className="ml-auto text-gray-500 hidden md:block"
>
Log In
</button>
<button
onClick={handleLogin}
className="rounded font-semibold bg-gray-200 p-2 text-teal-600 shadow-lg flex flex-row items-center space-x-2"
>
<span>Sign Up</span>
</button>
{getStartedButton}
</span>
</div>