File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ const InfoLayout: React.FC<PopupProps> = ({
265265 </ S . HeaderContext >
266266
267267 < S . HeaderContext $isApp = { isApp } $isMobile = { isMobile } >
268- < p > 씨앗 모으기 퀘스트: 매일 00시 기준 초기화</ p >
268+ < p > 씨앗 모으기 퀘스트: 매일 자정 기준 초기화</ p >
269269 < p > 하루에 모을 수 있는 최대 씨앗 개수: 8개</ p >
270270 </ S . HeaderContext >
271271 </ S . FarmingLogEditorContainerHeader >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default function CheerPreview() {
3535 < S . BackArrow
3636 src = { UpArrowImg }
3737 alt = "작성하기"
38- onClick = { ( ) => navigate ( "/cheer/write " ) }
38+ onClick = { ( ) => navigate ( "/cheer" ) }
3939 $isMobile = { isMobile }
4040 />
4141 </ S . TitleBox >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default function RankingPreview() {
9595 </ S . TitleBox >
9696
9797 < S . PhaseDesc $isMobile = { isMobile } >
98- · 랭킹은 씨앗을 기준으로 0시간마다 정렬돼요.
98+ · 랭킹은 씨앗을 기준으로 매일 자정마다 정렬돼요.
9999 < br />
100100 · 씨앗은 트랙별 우수활동자 심사에 반영돼요.
101101 </ S . PhaseDesc >
You can’t perform that action at this time.
0 commit comments