|
|
|
@ -21,8 +21,6 @@ import websiteData from "../../content/meet-the-team/website-committee.json"; |
|
|
|
|
|
|
|
|
|
import styles from "./team.module.css"; |
|
|
|
|
|
|
|
|
|
// TODO: link News page in Elections
|
|
|
|
|
|
|
|
|
|
interface SerializedExec { |
|
|
|
|
content: MDXRemoteSerializeResult; |
|
|
|
|
metadata: Metadata; |
|
|
|
@ -85,7 +83,7 @@ export default function Team({ execs, programme, website, systems }: Props) { |
|
|
|
|
<Bubble> |
|
|
|
|
<h2 className={styles.electionSubheading}>Elections</h2> |
|
|
|
|
To find out when and where the next elections will be held, keep an |
|
|
|
|
eye on on the <Link href="">News</Link>. <br /> |
|
|
|
|
eye on on the <Link href="/#news">News</Link>. <br /> |
|
|
|
|
For details on the elections, read our |
|
|
|
|
<Link href="/about/constitution"> Constitution</Link> |
|
|
|
|
</Bubble> |
|
|
|
|