Skip to content

Commit

Permalink
update github
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden committed Jul 1, 2023
1 parent 242772a commit 7e1cfef
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/pages/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,14 @@ export const Homepage = () => {
</p>
<form action="#" className="mt-8 sm:max-w-lg sm:w-full sm:flex">
<div className="">
<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"
>
<i className="ph-github-logo mr-2"></i>Github
</button>
</div>
<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"
onClick={() => window.location.href = "https://github.com/0xaaiden/smoldata"}
>
<i className="ph-github-logo mr-2"></i>Github
</button>
</div>
</form>
</div>
<Combobox
Expand Down

0 comments on commit 7e1cfef

Please sign in to comment.