text edited, line removed and login button hidden
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,6 +5,7 @@ import getConfig from './../../Config/config'
|
||||
|
||||
function FooterHomeOne({ className }) {
|
||||
var site = getConfig()[0];
|
||||
let newDate = new Date().getFullYear()
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -124,7 +125,7 @@ function FooterHomeOne({ className }) {
|
||||
</ul>
|
||||
</div>
|
||||
<div className="copyright-text">
|
||||
<p>Copyright © 2022 WrenchBoard. All rights reserved.</p>
|
||||
<p>Copyright © {newDate} WrenchBoard. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user