Skip to content

Commit

Permalink
Update homepage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden authored Jun 19, 2023
1 parent 4f082a0 commit 70a10e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,13 @@ export const Homepage = () => {
</p>
<form action="#" className="mt-8 sm:max-w-lg sm:w-full sm:flex">
<div className="">
<button
<button
type="submit"
className="flex justify-center items-center w-full text-base rounded-md border border-orange-500 px-5 py-3 bg-white font-medium text-orange-500 shadow hover:bg-orange-500 hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 focus:ring-offset-2 sm:px-10"
className="flex justify-center items-center w-full text-base rounded-md border border-orange-500 px-5 py-3 bg-white font-medium text-orange-500 shadow hover:bg-orange-500 hover:text-white focus:outline-none focus:ring-2 focus:ring-orange-500 focus:ring-offset-2 sm:px-10"
onClick={() =>
(window.location.href =
"https://github.com/0xaaiden/smoldata")
}
>
<i className="ph-github-logo mr-2"></i>Github
</button>
Expand Down

1 comment on commit 70a10e4

@vercel
Copy link

@vercel vercel bot commented on 70a10e4 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.