Skip to content

Commit

Permalink
Update TimetableLectures.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden authored Sep 4, 2024
1 parent ef7532f commit f08701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/page/Timetable/TimetableLectures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const TimetableLectures = () => {
</TableCell>}
{getters.loggedIn &&
<TableCell align="left">
<h4>In-person in CLB7</h4><br />
<h4>In-person in {rowKey < 2 ? 'Ainsworth G03' : 'Keith Burrows Theatre'}</h4><br />
<Button variant="contained" onClick={() => {
window.location.href = `${row.call_url_h}`;
}}>Watch Live</Button>
Expand Down

0 comments on commit f08701e

Please sign in to comment.