Skip to content

Commit

Permalink
BetaToggle: mention the existence of TA view
Browse files Browse the repository at this point in the history
  • Loading branch information
zwliew committed Aug 4, 2023
1 parent eeeb60f commit 55f46f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/views/settings/BetaToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import ExternalLink from 'views/components/ExternalLink';
import config from 'config';
import styles from './SettingsContainer.scss';

export const currentTests = ['Course planner: plan courses in future semesters'];
export const currentTests = [
'Course planner: plan courses in future semesters',
'TA view: customise the visibility of courses in your timetables',
];

type Props = {
betaTester: boolean;
Expand Down

0 comments on commit 55f46f0

Please sign in to comment.