Skip to content

Commit e9bd2c9

Browse files
author
Hung Nguyen
authored
Dynamic change copyright year (#194)
* Dynamic change copyright year * Fix test
1 parent a490298 commit e9bd2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iotex-react-footer/src/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function Footer(): JSX.Element {
143143
</Align>
144144
<FooterBottom>
145145
<span>
146-
<span>© {new Date().getFullYear()} IoTeX</span>
146+
<span>© {`${new Date().getFullYear()}`} IoTeX</span>
147147
<Team href={"https://iotex.io/policy"}>{t("footer.policy")}</Team>
148148
</span>
149149
</FooterBottom>

0 commit comments

Comments
 (0)