Skip to content

Commit edc7327

Browse files
authored
Update index.tsx
1 parent bfb3122 commit edc7327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/FloatingContributors/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ const FloatingContributors: React.FC<FloatingContributorsProps> = ({
668668
{/* Footer */}
669669
<div className="floating-contributors-footer">
670670
<motion.a
671-
href="https://github.com/recodehive/recode-website"
671+
href="https://github.com/recodehive"
672672
target="_blank"
673673
rel="noopener noreferrer"
674674
className="contributors-cta"
@@ -677,7 +677,7 @@ const FloatingContributors: React.FC<FloatingContributorsProps> = ({
677677
aria-label="View repository on GitHub and join the community"
678678
>
679679
<span className="cta-icon">🚀</span>
680-
<span>View Repository on GitHub</span>
680+
<span>View Repositories on GitHub</span>
681681
<span className="cta-arrow"></span>
682682
</motion.a>
683683
</div>

0 commit comments

Comments
 (0)