Skip to content

Commit

Permalink
Update SectionHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Jul 3, 2024
1 parent 37ee88b commit 8b3d3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nsysu_selector_helper/src/components/SectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,22 @@ const SectionHeader: FC<HeaderProps> = ({

const navTabs: MenuProps['items'] = [
{
key: 'all-courses',
key: 'allCourses',
label: t('allCourses'),
icon: <BookOutlined />,
},
{
key: 'semester-compulsory',
key: 'semesterCompulsory',
label: t('semesterCompulsory'),
icon: <BookFilled />,
},
{
key: 'course-detective',
key: 'courseDetective',
label: t('courseDetective'),
icon: <FileSearchOutlined />,
},
{
key: 'selected-export',
key: 'selectedExport',
label: t('selectedExport'),
icon: <FileDoneOutlined />,
},
Expand Down

0 comments on commit 8b3d3db

Please sign in to comment.