Skip to content

Commit c40453c

Browse files
committed
Change the copy right year and make it dynamic.
1 parent f945fc1 commit c40453c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/AppWrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const AppWrap = (Component, idName, classNames) => function HOC() {
99
<Component />
1010

1111
<div className="copyright">
12-
<p className="p-text">@2022-2024 AXE_BIT</p>
12+
<p className="p-text">@2022-{new Date().getFullYear()} AXE_BIT</p>
1313
<p className="p-text">All rights reserved</p>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)