Skip to content

Commit 55f46f0

Browse files
committed
BetaToggle: mention the existence of TA view
1 parent eeeb60f commit 55f46f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/views/settings/BetaToggle.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import ExternalLink from 'views/components/ExternalLink';
44
import config from 'config';
55
import styles from './SettingsContainer.scss';
66

7-
export const currentTests = ['Course planner: plan courses in future semesters'];
7+
export const currentTests = [
8+
'Course planner: plan courses in future semesters',
9+
'TA view: customise the visibility of courses in your timetables',
10+
];
811

912
type Props = {
1013
betaTester: boolean;

0 commit comments

Comments
 (0)