From d67354a440c3e478adec1253ba70745b42b6362b Mon Sep 17 00:00:00 2001 From: The Code Artist Date: Thu, 22 Apr 2021 06:00:28 +0200 Subject: [PATCH] Update Footer.js Sup Brian. I hope I'm not stepping on any toes proposing changes to this awesome project. I did a minor change on the copywrite section for it to utilize the date object so that the year remains automatically up to date... --- src/components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 2b06f3ae24..dacf0710d8 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -68,7 +68,7 @@ function Footer() { - TRVL © 2020 + TRVL © {new Date().getFullYear()}