Skip to content

Commit

Permalink
Feat: 스케줄 정보의 팀네비게이션 문구를 변경하다
Browse files Browse the repository at this point in the history
  • Loading branch information
kikiyeom committed Jul 1, 2024
1 parent dd56904 commit e2efd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ScheduleList/ScheduleList.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ScheduleList = () => {
<Styled.PageWrapper>
<Styled.Heading>스케줄 정보 </Styled.Heading>
<Styled.StickyContainer>
<TeamNavigationTabs />
<TeamNavigationTabs allAltText="All Seminar" />
<SearchOptionBar placeholder="스케줄명 검색" />
</Styled.StickyContainer>
<Table
Expand Down

0 comments on commit e2efd11

Please sign in to comment.