Skip to content

Commit cfd9041

Browse files
authored
Update footer.jsx
1 parent c7215ac commit cfd9041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/includes/footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const Footer = () => (
1010
<div className="container footer">
1111
<a href="#top">To the top</a>
1212
<a target="_blank" href={KeyCDN}>Accelerated by KeyCDN</a>
13-
<Link to="/">© Unnamed | All rights reserved 2017</Link>
13+
<Link to="/">© Unnamed | All rights reserved {(new Date()).getFullYear()}</Link>
1414
<a target="_blank" href={Smakosh}><span></span> Made by Smakosh</a>
1515
</div>
1616
)
1717

18-
export default Footer
18+
export default Footer

0 commit comments

Comments
 (0)