diff --git a/packages/nextjs/components/Footer.tsx b/packages/nextjs/components/Footer.tsx index aab4e77..f15f646 100644 --- a/packages/nextjs/components/Footer.tsx +++ b/packages/nextjs/components/Footer.tsx @@ -11,7 +11,7 @@ import { getTargetNetwork } from "~~/utils/scaffold-eth"; */ export const Footer = () => { const nativeCurrencyPrice = useGlobalState(state => state.nativeCurrencyPrice); - const codeLink = "https://github.com/BuidlGuidl/private-key-dices"; + const codeLink = "https://github.com/BuidlGuidl/private-key-dice"; return (