Skip to content

Commit

Permalink
Merge pull request #26 from Avelous/main
Browse files Browse the repository at this point in the history
corrected github link
  • Loading branch information
Avelous authored Feb 29, 2024
2 parents c59364f + ace75ed commit 5a9e1b4
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 @@ 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 (
<div className="min-h-0 py-5 px-1 mb-11 lg:mb-0">
Expand Down

0 comments on commit 5a9e1b4

Please sign in to comment.