File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import { db } from "src/database";
7
7
import { getRecordByUserAndWork } from "src/services/record" ;
8
8
9
9
export const Periods = {
10
- current : Period . parseOrThrow ( "2024Q1 " ) ,
10
+ current : Period . parseOrThrow ( "2024Q2 " ) ,
11
11
min : Period . parseOrThrow ( "2014Q2" ) ,
12
- upcoming : Period . parseOrThrow ( "2024Q1 " ) ,
12
+ upcoming : Period . parseOrThrow ( "2024Q2 " ) ,
13
13
}
14
14
15
15
export function getValidPeriods ( ) : Period [ ] {
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ export type GlobalHeaderProps = {
67
67
68
68
export class GlobalHeader extends React . Component < GlobalHeaderProps > {
69
69
static LAST_NOTICE_CLICKED = 'lastNoticeClicked' ;
70
- static noticeId = '2024Q1 ' ;
71
- static showNoticeUntil = new Date ( "2024-01 -15T00:00:00+09:00" ) ;
70
+ static noticeId = '2024Q2 ' ;
71
+ static showNoticeUntil = new Date ( "2024-04 -15T00:00:00+09:00" ) ;
72
72
73
73
state = {
74
74
showNotice : false ,
@@ -125,7 +125,7 @@ export class GlobalHeader extends React.Component<GlobalHeaderProps> {
125
125
< span className = { Styles . globalMenuItemText } > 작품 찾기</ span >
126
126
{ showNotice && (
127
127
< span className = { Styles . globalMenuItemPopover } >
128
- 2024년 1월 신작 업데이트
128
+ 4월 신작 업데이트!
129
129
</ span >
130
130
) }
131
131
</ Link >
You can’t perform that action at this time.
0 commit comments