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 c7215ac commit cfd9041Copy full SHA for cfd9041
src/components/includes/footer.jsx
@@ -10,9 +10,9 @@ const Footer = () => (
10
<div className="container footer">
11
<a href="#top">To the top</a>
12
<a target="_blank" href={KeyCDN}>Accelerated by KeyCDN</a>
13
- <Link to="/">© Unnamed | All rights reserved 2017</Link>
+ <Link to="/">© Unnamed | All rights reserved {(new Date()).getFullYear()}</Link>
14
<a target="_blank" href={Smakosh}><span></span> Made by Smakosh</a>
15
</div>
16
)
17
18
-export default Footer
+export default Footer
0 commit comments