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

Commit 7789bf5

Browse files
authored
Merge pull request #848 from korabh/master
Dynamic Footer Year
2 parents 2935ac5 + 1c08440 commit 7789bf5

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)