fix: footer - change github repo

This commit is contained in:
Victor Gerbrands 2023-05-12 11:59:57 +02:00
parent 42e3bc3a5e
commit 6c318b2f6a

View File

@ -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>