From 71d5ea426e869d900930d9d0d907dedb3d3093c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me>
Date: Mon, 25 Jul 2022 22:59:42 +0300
Subject: [PATCH] updated content as per request - sep 9, legalization ->
 regulation

---
 content/assets/js/timer.js | 2 +-
 content/index.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/assets/js/timer.js b/content/assets/js/timer.js
index 22b153a..dff1cfc 100644
--- a/content/assets/js/timer.js
+++ b/content/assets/js/timer.js
@@ -5,7 +5,7 @@ document.addEventListener(
 	"DOMContentLoaded",
 	function() {
 		// Set the date we're counting down to
-		var countDownDate = new Date("Sep 30, 2022 12:00:00").getTime();
+		var countDownDate = new Date("Sep 9, 2022 12:00:00").getTime();
 		
 		function timer() {
 			
diff --git a/content/index.html b/content/index.html
index b4c62c0..9e51ff3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -38,7 +38,7 @@
 				<h1 id="heading">Chystáme to!</h1>
 				
 				<p id="description">
-					30.9.2022 představíme dopadovou studii o legalizaci konopí.
+					9.9.2022 představíme dopadovou studii o regulaci konopí.
 				</p>
 				
 				<p id="timer-wrapper">
-- 
GitLab