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?
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?
Closes #111
Blocked by !158
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!
5933dd03b8
into main 2 years agoReviewers
5933dd03b8
.