diff --git a/components/Navigation.jsx b/components/Navigation.jsx
index 450b264..6fdcce8 100644
--- a/components/Navigation.jsx
+++ b/components/Navigation.jsx
@@ -155,15 +155,6 @@ const Navigation = () => {
-
-
-
- Nominations
-
-
-
diff --git a/pages/nominations.jsx b/pages/nominations.jsx
index d28622d..aef7efe 100644
--- a/pages/nominations.jsx
+++ b/pages/nominations.jsx
@@ -1,4 +1,5 @@
import React from "react";
+import Head from "next/head";
// reactstrap components
import { Row, Col, Container, Button } from "reactstrap";
@@ -18,6 +19,8 @@ import styles from "styles/modules/nominations.module.scss";
const Nominations = () => {
const [showModal, setShowModal] = useState(false);
const [nominee, setNominee] = useState({});
+ const showNominations = false; // Change this to true when nominations are open
+
// Given a person's name, returns all roles they're nominated for
const getNominatedRoles = (name) => {
@@ -43,8 +46,39 @@ const Nominations = () => {
setShowModal(!showModal);
};
+ if (!showNominations) {
+ return (
+ <>
+
+ Nominations | UNSW Co-op Society
+
+
+
+
+
+
VOTING CLOSED
+
+
+
+
+
+
+
+ Thank you for participating! The voting process for the new executive team has concluded. Come back at the end of this year for the next round of nominations!
+