Skip to content

Commit a45df46

Browse files
authored
Merge pull request #82 from prajwalkulkarni/development
Dynamically update copyright year.
2 parents 2fc90d5 + d616c09 commit a45df46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Footer() {
5151
</Col>
5252
</Row>
5353
<Row className='footer-below'>
54-
<p>2021 Code is Science</p>
54+
<p>Copyright © {new Date().getFullYear()} Code is Science</p>
5555
</Row>
5656
</Container>
5757
);

0 commit comments

Comments
 (0)