From 2282843993d8760bfe59ed461a920555c1fcadef Mon Sep 17 00:00:00 2001 From: Brian Baso Date: Mon, 26 Aug 2019 22:00:24 -0400 Subject: [PATCH] update second meeting times --- src/Main.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main.elm b/src/Main.elm index cd8a92a..59e329b 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -46,9 +46,9 @@ initialModel : Model initialModel = { invokedFunTimes = False , nextMeeting = - { date = "Late September" + { date = "September 16th" , time = "6pm - 8pm" - , location = ( "Location TBD", "#link-coming-soon" ) + , location = ( "Venture X", "https://venturex.com/" ) } }