Skip to content

Commit dbfc03a

Browse files
Update alt text for GitHub badges images
1 parent f6628fd commit dbfc03a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/pages/badges/github-badges.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -410,25 +410,25 @@ const GithubBadgesContent = (): React.ReactElement => {
410410
<div className={styles.levelImages}>
411411
<img
412412
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pair-Extraordinaire/PNG/PairExtraordinaire.png"
413-
alt="Starstruck Default"
413+
alt="Pair Extraordinarie Default"
414414
title="Default (1)"
415415
className={styles.badgeImgSmall}
416416
/>
417417
<img
418418
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pair-Extraordinaire/PNG/PairExtraordinaire_Bronze.png"
419-
alt="Starstruck Bronze"
419+
alt="Pair Extraordinarie Bronze"
420420
title="Bronze (10)"
421421
className={styles.badgeImgSmall}
422422
/>
423423
<img
424424
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pair-Extraordinaire/PNG/PairExtraordinaire_Silver.png"
425-
alt="Starstruck Silver"
425+
alt="Pair Extraordinarie Silver"
426426
title="Silver (24)"
427427
className={styles.badgeImgSmall}
428428
/>
429429
<img
430430
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pair-Extraordinaire/PNG/PairExtraordinaire_Gold.png"
431-
alt="Starstruck Gold"
431+
alt="Pair Extraordinarie Gold"
432432
title="Gold (48)"
433433
className={styles.badgeImgSmall}
434434
/>
@@ -485,25 +485,25 @@ const GithubBadgesContent = (): React.ReactElement => {
485485
<div className={styles.levelImages}>
486486
<img
487487
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pull-Shark/PNG/PullShark.png"
488-
alt="Starstruck Default"
488+
alt="Pull Shark Default"
489489
title="Default (2)"
490490
className={styles.badgeImgSmall}
491491
/>
492492
<img
493493
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pull-Shark/PNG/PullShark_Bronze.png"
494-
alt="Starstruck Bronze"
494+
alt="Pull Shark Bronze"
495495
title="Bronze (16)"
496496
className={styles.badgeImgSmall}
497497
/>
498498
<img
499499
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pull-Shark/PNG/PullShark_Silver.png"
500-
alt="Starstruck Silver"
500+
alt="Pull Shark Silver"
501501
title="Silver (128)"
502502
className={styles.badgeImgSmall}
503503
/>
504504
<img
505505
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Pull-Shark/PNG/PullShark_Gold.png"
506-
alt="Starstruck Gold"
506+
alt="Pull Shark Gold"
507507
title="Gold (1024)"
508508
className={styles.badgeImgSmall}
509509
/>
@@ -560,25 +560,25 @@ const GithubBadgesContent = (): React.ReactElement => {
560560
<div className={styles.levelImages}>
561561
<img
562562
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Galaxy-Brain/PNG/GalaxyBrain.png"
563-
alt="Starstruck Default"
563+
alt="Galaxy Brain Default"
564564
title="Default (2)"
565565
className={styles.badgeImgSmall}
566566
/>
567567
<img
568568
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Galaxy-Brain/PNG/GalaxyBrain_Bronze.png"
569-
alt="Starstruck Bronze"
569+
alt="Galaxy Brain Bronze"
570570
title="Bronze (8)"
571571
className={styles.badgeImgSmall}
572572
/>
573573
<img
574574
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Galaxy-Brain/PNG/GalaxyBrain_Silver.png"
575-
alt="Starstruck Silver"
575+
alt="Galaxy Brain Silver"
576576
title="Silver (16)"
577577
className={styles.badgeImgSmall}
578578
/>
579579
<img
580580
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/Galaxy-Brain/PNG/GalaxyBrain_Gold.png"
581-
alt="Starstruck Gold"
581+
alt="Galaxy Brain Gold"
582582
title="Gold (32)"
583583
className={styles.badgeImgSmall}
584584
/>
@@ -685,7 +685,7 @@ const GithubBadgesContent = (): React.ReactElement => {
685685
<div className={styles.levelImages}>
686686
<img
687687
src="https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/assets/Badges/GitHub-Sponsor/PNG/GitHubSponsorBadge.png"
688-
alt="GitHub Sponsor Default"
688+
alt="Public Sponsor Default"
689689
title="Default (1)"
690690
className={styles.badgeImgSmall}
691691
/>

0 commit comments

Comments
 (0)