Skip to content

Commit 06e2331

Browse files
author
Vikas Agarwal
committed
Github issue#1134, Update copyright year on spec footer
— Synced other footer to have the same copyright
1 parent ed99787 commit 06e2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Footer = () => {
2121

2222
return (
2323
<div className="Footer">
24-
<p className="copyright-notice">Created by © Topcoder, All Rights Reserved {currentYear}</p>
24+
<p className="copyright-notice">© Topcoder { currentYear }</p>
2525
<div className="footer-menu">
2626
<MenuBar items={otherNavigationItems} orientation="horizontal" mobileBreakPoint={767} />
2727
</div>

0 commit comments

Comments
 (0)