Add /events page #159
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/events-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #111
Blocked by !158
@ -0,0 +1,38 @@
import { GetStaticProps } from "next";
import Term, {
getStaticProps as termGetStaticProps,
import getCurrentTerm, getProps
Small issue -- when on
/events
, clicking the current term (e.g. Spring 2021) directs you to/events/2021/spring
and so the shapes in the background change.It's not a big deal but it's a little strange. Should this be an issue?
It's fine!