Skip to content

Commit 6b3888c

Browse files
Merge pull request sendgrid#4894 from sendgrid/date
updating the copyright date
2 parents 4b1c5c8 + d410d99 commit 6b3888c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Footer extends Component {
4141
</div>
4242
<div className="col-md-6 footer__legal">
4343
<a href="https://sendgrid.com/policies/tos/">Legal and Security</a>
44-
<span className="footer__copy">&copy; 2018 SendGrid</span>
44+
<span className="footer__copy">&copy; {(new Date().getFullYear())} SendGrid</span>
4545
</div>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)