Skip to content

Commit

Permalink
Update TimetableHelpSessions.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden authored Feb 13, 2024
1 parent 61ef9c1 commit 3ecdf38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/page/Timetable/TimetableHelpSessions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const TimetableHelpSessions = () => {
}, [getters.content.weeks]);

return <>
<div style={{ textAlign: 'center', marginBottom: '20px', }}>Help Sessions run on MS teams, please join it <a href="https://teams.microsoft.com/l/team/19%3ajnwNzhilzFqQ3cWkiLZS0wlcKiBinmUyDNnkLrGgIr81%40thread.tacv2/conversations?groupId=aa37a6a5-843b-48a3-9a5f-3c325a6ef94f&tenantId=3ff6cfa4-e715-48db-b8e1-0867b9f9fba3" target="_blank">here</a>.</div>
<div style={{ textAlign: 'center', marginBottom: '20px', }}>Please be aware that help sessions with less tutors may result in longer wait times.</div>
<SetOfTables boxes={boxes} />
</>
Expand All @@ -71,4 +70,4 @@ const TimetableHelpSessions = () => {
export default makePage(TimetableHelpSessions, {
loginRequired: false,
title: 'Help Session Timetable',
});
});

0 comments on commit 3ecdf38

Please sign in to comment.