diff --git a/README.md b/README.md index 6284eeeb0..ffef524ae 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ submission. If you want to run this in docker, run: ```sh -$ docker compose build -$ docker compose up +docker compose build +docker compose up ``` The website will be available at `http://localhost:4321`. @@ -44,7 +44,7 @@ The website will be available at `http://localhost:4321`. Docker Compose mounts volumes from your file system to enable live reload. If you're having problems starting the container, try this: -``` +```sh # Clean everything docker compose down -v # Remove volumes docker image rmi website-web # Clean unused images diff --git a/src/content/pages/programme/voting.mdx b/src/content/pages/programme/voting.mdx index f55286de8..58b933ade 100644 --- a/src/content/pages/programme/voting.mdx +++ b/src/content/pages/programme/voting.mdx @@ -17,17 +17,13 @@ ingredient in this refinement and curation process.
-Community Voting is currently Open ✅. +Community Voting is Closed. -The voting period starts on Thursday 19 February 18:00:00 UTC +It was open from Thursday 19 February 18:00:00 UTC until Thursday, 5 March 23:59:59 UTC
- - --- diff --git a/src/data/links.json b/src/data/links.json index ac8dfd793..51cd77cbb 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -14,10 +14,6 @@ { "name": "Speaker Mentorship", "path": "/mentorship" - }, - { - "name": "Community Voting", - "path": "/voting" } ] },