Skip to content

Commit

Permalink
corrected github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Avelous committed Feb 29, 2024
1 parent 24468bb commit ace75ed
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 ace75ed

Please sign in to comment.