Skip to content

Commit

Permalink
Add link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealche committed Dec 2, 2021
1 parent 63d4ad6 commit a8f9f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/web/components/AddTodoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const AddTodoForm = () => {
<input
type="text"
name="text"
autoComplete="off"
onChange={handleChange}
onBlur={handleBlur}
value={values.text}
Expand Down
7 changes: 5 additions & 2 deletions packages/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ const Home: NextPage = () => {
Next.JS + Tailwind CSS + TRPC.io + Prisma ORM + PostgreSQL
</p>
<div className="flex justify-center">
<button className="py-5 px-40 border border-red-300 transition-all rounded-lg tracking-wider mr-10 ">
<a
href="https://github.com/mikealche/next-node-auth-monorepo"
className="py-5 px-40 border border-red-300 transition-all rounded-lg tracking-wider mr-10 "
>
GitHub
</button>
</a>
<Link href="/signup" passHref>
<button className="py-5 px-40 border bg-gradient-to-r from-purple-400 via-pink-500 to-red-500 transition-all rounded-lg text-white tracking-wider ">
Sign up
Expand Down

0 comments on commit a8f9f71

Please sign in to comment.