Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 1c08440

Browse files
committed
Dynamic Footer Year
1 parent 2935ac5 commit 1c08440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const Footer = () => (
147147
.
148148
</p>
149149
<p className="monserrat">
150-
© 2016 Quran.com.
150+
© { new Date().getFullYear() } Quran.com.
151151
{' '}
152152
<LocaleFormattedMessage
153153
id="nav.rightsReserved"

0 commit comments

Comments
 (0)