Skip to content

Commit

Permalink
feat: update footer with link to GitHub profile
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Oct 4, 2023
1 parent b9623ff commit b468230
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/client/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ const Footer = () => {
<footer className="absolute bottom-8 left-1/2 w-full -translate-x-1/2 text-center">
<div className="flex flex-col items-center justify-center gap-2 text-xs sm:text-sm">
<p>
Free and{" "}
Made with 💜 by{" "}
<a
href="https://github.com/agrattan0820/artificial-unintelligence"
href="https://github.com/agrattan0820"
className="text-indigo-300 underline underline-offset-2"
>
open source
</a>{" "}
💜
Alexander
</a>
</p>
<p>
Like the game?{" "}
Expand Down

0 comments on commit b468230

Please sign in to comment.