diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index e6a68febd..d0208299c 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -42,7 +42,7 @@ export default async function Footer() { </nav> ) : null} <div className="col-span-1 text-black dark:text-white lg:col-span-2"> - <a aria-label="Github Repository" href="https://github.com/vercel/commerce"> + <a aria-label="Github Repository" href="https://github.com/medusajs/commerce"> <GitHubIcon className="h-6" /> </a> </div>