text edited, line removed and login button hidden

This commit was merged in pull request #5.
This commit is contained in:
victorAnumudu
2023-06-26 13:55:48 +01:00
parent a953f6a642
commit 6eafd24bde
11 changed files with 73 additions and 16 deletions
+2 -1
View File
@@ -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>