Skip to content

Commit

Permalink
sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis committed Oct 22, 2023
1 parent ee384da commit 671fe2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
5 changes: 5 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 2 additions & 28 deletions web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,10 @@ import Link from "next/link";
const Footer = () => {
return (
<div className="absolute bottom-0 left-0 right-0 z-50 ml-3 mr-3 text-center text-white md:bottom-4 md:mx-auto">
{/* no point in having this if the pages dont exist */}
{/* <p className="text-sm font-medium text-neutral-600">
<Link href="/privacy-policy">
<span className="font-bold">Privacy Policy</span>
</Link>{" "}
/{" "}
<Link href="/fair-use">
<span className="font-bold">Fair Use</span>
</Link>{" "}
/{" "}
<Link href="https://github.com/ethndotsh/openbin" target="_blank">
<span className="font-bold">Open Source</span>
</Link>
</p> */}
<p className="text-sm font-medium text-neutral-600">
Made with 💚 by{" "}
<Link href="https://github.com/ethndotsh" target="_blank">
<span className="font-semibold">Ethan</span>
</Link>
,{" "}
<Link href="https://github.com/jackmerrill" target="_blank">
<span className="font-semibold">Jack</span>
</Link>
,{" "}
<Link href="https://github.com/LavenderFoxxo" target="_blank">
<span className="font-semibold">Alexander</span>
</Link>{" "}
and{" "}
<Link href="https://github.com/mathislajs" target="_blank">
<span className="font-semibold">Mathis</span>
<Link href="https://unnamed.engineering" target="_blank">
<span className="font-semibold">Unnamed Engineering</span>
</Link>
</p>
</div>
Expand Down

0 comments on commit 671fe2d

Please sign in to comment.