Skip to content

Commit

Permalink
fix: footer - change github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed May 12, 2023
1 parent 42e3bc3 commit 6c318b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6c318b2

Please sign in to comment.