We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb3122 commit edc7327Copy full SHA for edc7327
1 file changed
src/components/FloatingContributors/index.tsx
@@ -668,7 +668,7 @@ const FloatingContributors: React.FC<FloatingContributorsProps> = ({
668
{/* Footer */}
669
<div className="floating-contributors-footer">
670
<motion.a
671
- href="https://github.com/recodehive/recode-website"
+ href="https://github.com/recodehive"
672
target="_blank"
673
rel="noopener noreferrer"
674
className="contributors-cta"
@@ -677,7 +677,7 @@ const FloatingContributors: React.FC<FloatingContributorsProps> = ({
677
aria-label="View repository on GitHub and join the community"
678
>
679
<span className="cta-icon">🚀</span>
680
- <span>View Repository on GitHub</span>
+ <span>View Repositories on GitHub</span>
681
<span className="cta-arrow">↗</span>
682
</motion.a>
683
</div>
0 commit comments