Skip to content

Commit feee8f6

Browse files
authored
Merge pull request #932 from Moadong/hotfix/#931-add-school-name-MOA-425
[hotfix] 메인페이지 중앙동아리 문구에 학교명을 추가한다
2 parents f7c7411 + 3f1baf5 commit feee8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/MainPage/MainPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const MainPage = () => {
2222
const recruitmentStatus = 'all';
2323
const division = 'all';
2424
const searchCategory = isSearching ? 'all' : selectedCategory;
25-
const tabs = ['중앙동아리'] as const;
26-
const [active, setActive] = useState<(typeof tabs)[number]>('중앙동아리');
25+
const tabs = ['부경대학교 중앙동아리'] as const;
26+
const [active, setActive] = useState<(typeof tabs)[number]>('부경대학교 중앙동아리');
2727
// TODO: 추후 확정되면 DivisionKey(중동/가동/과동) 같은 타입을
2828
// types/club.ts에 정의해서 tabs 관리하도록 리팩터링하기
2929

0 commit comments

Comments
 (0)