diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-08-08 01:41:56 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-08-08 01:41:56 -0500 |
| commit | 7cd4559fea46f0b9be5c9604fa45644fd084a281 (patch) | |
| tree | bd8f98159d27687ce366afc718e7b7fddcae9a45 /src/components/Sidebar.svelte | |
| parent | 4974eb40dd230a0ae58ba7c4e8c5be635ae19a02 (diff) | |
`parseOfficeHours` works correctly now. PT office hours can now be automatically parsed (if using strawpoll). Also displaying office hours in TAMU HTML Output page
Diffstat (limited to 'src/components/Sidebar.svelte')
| -rw-r--r-- | src/components/Sidebar.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Sidebar.svelte b/src/components/Sidebar.svelte index 7a71191..39c005e 100644 --- a/src/components/Sidebar.svelte +++ b/src/components/Sidebar.svelte @@ -15,7 +15,7 @@ { name: "Labs", component: Labs }, { name: "Active Peer Teachers", component: null }, // TODO { name: "Stats", component: null }, // TODO - { name: "TAMU Html Output", component: TamuOutput }, + { name: "TAMU HTML Output", component: TamuOutput }, ]; let selected = sections[0]; |
