From cd1d3c8d217e4500e903ddb32abbcfd05cdf98d3 Mon Sep 17 00:00:00 2001
From: Andris Borbas <andris.borbas@gmail.com>
Date: Thu, 15 Jul 2021 00:22:09 +0200
Subject: [PATCH] Hide workshops

---
 src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 8701478..9c441fe 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -17,7 +17,7 @@ export default function Page() {
 		<Layout>
 			<Hero />
 
-			<Workshops />
+			{/* <Workshops /> */}
 
 			<Separator>Rólunk</Separator>
 			<section className="container flex flex-col mt-4 mx-auto p-4 px-4">
-- 
GitLab