Skip to content

Commit 10698fc

Browse files
committed
Add copyright to the footer component including current year
1 parent fe3b0ba commit 10698fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
- decoration components
2222
- nav component styling and intersection api
2323
- CardsColumns.js and Card.js
24+
- footer copyright
2425

2526
### Fixed
2627

components/Footer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export default function Footer() {
3131
/>
3232
</a>
3333
</Link>
34+
<small>
35+
Web Dev Path {new Date().getFullYear()}. All rights reserved.
36+
</small>
3437
</Container>
3538
</footer>
3639
);

0 commit comments

Comments
 (0)