Skip to content

Commit

Permalink
add joining help session procedure (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
offthegrid-mike authored Sep 20, 2024
1 parent 7797390 commit 9a09bea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/page/Timetable/TimetableHelpSessions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ const TimetableHelpSessions = () => {
}, [getters.content.weeks]);

return <>
<div style={{ textAlign: 'center', marginBottom: '20px', }}>Please be aware that help sessions with less tutors may result in longer wait times.</div>
<div style={{ border: '1px solid #999', padding: '10px', margin: '0 auto 20px auto', minWidth: 100, maxWidth: '44rem' }}>
<p style={{ fontSize: '1.2rem' }}>1. Join the <a href="https://unsw.to/hopper" target="_blank">Hopper Queue</a><br/>
2. Stay online on <a href="https://teams.microsoft.com/l/chat/0/0" target="_blank">MS Teams</a></p>
<p>Please be aware that help sessions with less tutors may result in longer wait times.</p>
</div>
<SetOfTables boxes={boxes} />
</>

Expand Down

0 comments on commit 9a09bea

Please sign in to comment.