We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2b334 commit e3b3541Copy full SHA for e3b3541
1 file changed
src/theme/Footer/Layout/index.tsx
@@ -475,7 +475,11 @@ export default function FooterLayout({
475
<div className="footer-bottom-right">
476
<div className="footer-copyright">
477
<span>
478
- © {currentYear} recodehive. Made with ❤️ by the Community.
+ © {currentYear} recodehive. Made with ❤️ by the {" "}
479
+ <a href="https://github.com/recodehive/recode-website/graphs/contributors" target="_blank" rel="noopener noreferrer">
480
+ the Community
481
+ </a>
482
+ .
483
</span>
484
</div>
485
0 commit comments