Skip to content

Commit 9011c33

Browse files
authored
Merge pull request #1144 from Adez017/my-changes
made the copyright section as hyperlink
2 parents 0f2b334 + e3b3541 commit 9011c33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/theme/Footer/Layout/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,11 @@ export default function FooterLayout({
475475
<div className="footer-bottom-right">
476476
<div className="footer-copyright">
477477
<span>
478-
© {currentYear} recodehive. Made with ❤️ by the Community.
478+
© {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+
.
479483
</span>
480484
</div>
481485
</div>

0 commit comments

Comments
 (0)