Skip to content

Commit

Permalink
added link to replicate in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jan 12, 2023
1 parent 81bfe34 commit eaf6dec
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,34 @@ export default function Footer() {
return (
<footer className="text-center h-16 sm:h-20 w-full sm:pt-2 pt-4 border-t mt-5 flex sm:flex-row flex-col justify-between items-center px-3 space-y-3 sm:mb-0 mb-3">
<div>
Powered by{" "}
<a
href="https://nutlope.substack.com/"
href="https://nextjs.org/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline transition underline-offset-2"
>
Subscribe to my newsletter
</a>{" "}
to hear about new updates and my latest side projects.
Next.js
</a>
,{" "}
<a
href="https://vercel.com/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline transition underline-offset-2"
>
Vercel
</a>
, &{" "}
<a
href="https://replicate.com/"
target="_blank"
rel="noreferrer"
className="font-bold hover:underline transition underline-offset-2"
>
Replicate
</a>
.
</div>
<div className="flex space-x-4 pb-4 sm:pb-0">
<Link
Expand Down

0 comments on commit eaf6dec

Please sign in to comment.