Skip to content

Commit

Permalink
인기순/최신순 정렬에서 선택된 옵션이 영어로 보이는 버그 수정, 공지사항 내용 추가 (#696)
Browse files Browse the repository at this point in the history
* chore: (#695) 이벤트 관련 공지사항 내용 수정

* fix: (#695) 정렬 옵션 상태를 영어에서 한글로 수정
  • Loading branch information
inyeong-kang authored Sep 28, 2023
1 parent 9974f0a commit 176c801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/post/PostList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Skeleton from '@components/common/Skeleton';
import Post from '@components/post/Post';

import { PATH } from '@constants/path';
import { REQUEST_SORTING_OPTION } from '@constants/post';

import EmptyPostList from '../EmptyPostList';

Expand Down Expand Up @@ -90,7 +89,7 @@ export default function PostList() {
handleSortingOptionChange(value);
}}
optionList={SORTING_OPTION}
selectedOption={REQUEST_SORTING_OPTION[selectedSortingOption]}
selectedOption={SORTING_OPTION[selectedSortingOption]}
/>
</S.SelectWrapper>
</S.SelectContainer>
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/pages/AnnouncementPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ export default function AnnouncementPage() {
나의 이야기가 우리의 이야기가 되는 공간, 보투게더에서 우리 함께해요! 👍 <br></br>
<br></br>
<strong>🚀보투게더 출시 이벤트 종료 및 상품 수령 대상자 공지</strong> <br></br>
보투게더 서비스의 런칭 기념 이벤트에 참여해주신 많은 분들 감사드립니다!! 상품 수령 대상
닉네임은 아래와 같습니다😆 <br></br>
보투게더 서비스의 런칭 기념 이벤트에 참여해주신 많은 분들 감사드립니다!! <br></br>
랭킹 순위에서 보투게더 팀원(관리자)은 제외하고 집계되었으며, 상품 수령 대상 닉네임은
아래와 같습니다. <br></br>
<br></br>⭐ 게시글을 가장 많이 작성🖋️해주신 이용자! - <strong>Swimminggoggles</strong>
<br></br>⭐ 작성한 게시글에 가장 많은 투표✅를 해주신 이용자! -
<strong> 익명의스내기</strong>
Expand Down

0 comments on commit 176c801

Please sign in to comment.