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 fe3b0ba commit 10698fcCopy full SHA for 10698fc
CHANGELOG.md
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
- decoration components
22
- nav component styling and intersection api
23
- CardsColumns.js and Card.js
24
+- footer copyright
25
26
### Fixed
27
components/Footer.js
@@ -31,6 +31,9 @@ export default function Footer() {
31
/>
32
</a>
33
</Link>
34
+ <small>
35
+ Web Dev Path {new Date().getFullYear()}. All rights reserved.
36
+ </small>
37
</Container>
38
</footer>
39
);
0 commit comments