Skip to content

Commit 011a652

Browse files
authored
chore: update copyright date (Tencent#142)
1 parent 251b0c3 commit 011a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/components/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Footer = () => {
1313

1414
return (
1515
<TFooter>
16-
<Row justify='center'>Copyright @ 2022-2022 Tencent. All Rights Reserved</Row>
16+
<Row justify='center'>Copyright @ 2022-{new Date().getFullYear()} Tencent. All Rights Reserved</Row>
1717
</TFooter>
1818
);
1919
};

0 commit comments

Comments
 (0)