Skip to content

Commit 9af2c53

Browse files
authored
Merge pull request #263 from DguFarmSystem/hotfix/#262
hotfix: 랭킹 멘트 변경
2 parents b412888 + 0af737f commit 9af2c53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/farminglog/src/components/Popup/popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

apps/farminglog/src/pages/home/Cheer/cheer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

apps/farminglog/src/pages/home/Ranking/ranking.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)