Skip to content

Commit

Permalink
Fix fork link (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks authored Nov 22, 2024
1 parent fa899c3 commit b58165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Footer = () => {
<div className="flex justify-center items-center gap-2 text-sm w-full text-white">
<div>
<a
href="https://github.com/scaffold-eth/scaffold-eth-2"
href="https://github.com/scaffold-eth/scaffoldeth.io"
target="_blank"
rel="noreferrer"
className="underline underline-offset-2 hover:opacity-80 transition-opacity"
Expand Down

0 comments on commit b58165f

Please sign in to comment.