File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ import WeChatLogo from '@site/static/svg/socials/wechat_24x24.svg';
15
15
import YoutubeLogo from '@site/static/svg/socials/youtube_24x24.svg' ;
16
16
import { FormSubmitUrl } from '@site/src/constants' ;
17
17
18
- function getCurrentYear ( ) {
19
- const today = new Date ( ) ;
20
- const year = today . getFullYear ( ) ;
21
- return year ;
22
- }
23
-
24
18
function Footer ( ) : JSX . Element | null {
25
19
const [ email , setEmail ] = React . useState ( '' ) ;
26
20
const [ isSubmitted , setIsSubmitted ] = React . useState ( false ) ;
@@ -236,7 +230,7 @@ function Footer(): JSX.Element | null {
236
230
</ ul >
237
231
</ div >
238
232
< div className = { styles . minaFooter_legals__info } >
239
- ©{ getCurrentYear ( ) } Mina Foundation. All rights reserved.
233
+ ©2024 Mina Foundation. All rights reserved.
240
234
</ div >
241
235
</ div >
242
236
</ footer >
You can’t perform that action at this time.
0 commit comments