Skip to content

Commit

Permalink
Update GithubButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Mar 11, 2024
1 parent 01ba0a0 commit fa52690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GithubButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ export const GithubButton = ({ starCount, inverse }: { starCount: number; invers
</Svg>
</Star>
<Count
href="https://github.com/storybookjs/storybook/stargazers"
href="https://github.com/storybookjs/storybook"
rel="noopener"
target="_blank"
aria-label={`${starCount} stargazers on GitHub`}
aria-label="Storybook on GitHub"
inverse={inverse}
>
{starCount.toLocaleString()}
Expand Down

0 comments on commit fa52690

Please sign in to comment.