Skip to content

Commit

Permalink
Fix repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado committed Feb 6, 2025
1 parent 5a63aef commit 20b75d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const Header = () => (
</a>
</div>
<div className="flex items-center">
<Link target="_blank" href="https://github.com/zuplo/mockbin">
<Link target="_blank" href="https://github.com/zuplo/rate-my-openapi">
<Image
height={0}
width={124}
alt="GitHub Repo stars"
unoptimized
src="https://img.shields.io/github/stars/zuplo/mockbin"
src="https://img.shields.io/github/stars/zuplo/rate-my-openapi"
/>
</Link>
</div>
Expand Down

0 comments on commit 20b75d5

Please sign in to comment.