We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7c7411 + 3f1baf5 commit feee8f6Copy full SHA for feee8f6
frontend/src/pages/MainPage/MainPage.tsx
@@ -22,8 +22,8 @@ const MainPage = () => {
22
const recruitmentStatus = 'all';
23
const division = 'all';
24
const searchCategory = isSearching ? 'all' : selectedCategory;
25
- const tabs = ['중앙동아리'] as const;
26
- const [active, setActive] = useState<(typeof tabs)[number]>('중앙동아리');
+ const tabs = ['부경대학교 중앙동아리'] as const;
+ const [active, setActive] = useState<(typeof tabs)[number]>('부경대학교 중앙동아리');
27
// TODO: 추후 확정되면 DivisionKey(중동/가동/과동) 같은 타입을
28
// types/club.ts에 정의해서 tabs 관리하도록 리팩터링하기
29
0 commit comments