Skip to content

Commit

Permalink
chore: ♿ Added title/label for stat icons (#49)
Browse files Browse the repository at this point in the history
ref #41

Co-authored-by: Stefan Schneider <stefan@netshake.com>
  • Loading branch information
hinogi and Stefan Schneider authored Oct 22, 2021
1 parent 860ab5c commit 67a6111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/GitHubStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ export const GitHubStats = () => {
<Stats>
<Stat href="https://github.com/sreetamdas/sreetamdas.com/stargazers">
<StatIcon>
<FaRegStar />
<FaRegStar title="star" aria-label="star"/>
</StatIcon>
<StatValue>{data?.stars ?? "—"}</StatValue>
</Stat>
<Stat href="https://github.com/sreetamdas/sreetamdas.com/network/members">
<StatIcon>
<VscRepoForked />
<VscRepoForked title="fork" aria-label="fork"/>
</StatIcon>
<StatValue>{data?.forks ?? "—"}</StatValue>
</Stat>
Expand Down

1 comment on commit 67a6111

@vercel
Copy link

@vercel vercel bot commented on 67a6111 Oct 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.