From 127284f8a5860757fd997ab8c56b4ded44a13abb Mon Sep 17 00:00:00 2001
From: "libor.adamek" <liboradamek@atlas.cz>
Date: Tue, 4 Feb 2025 14:40:51 +0100
Subject: [PATCH] =?UTF-8?q?Update=20Home.js=20-=20p=C5=99id=C3=A1ny=20butt?=
 =?UTF-8?q?ony=20program,=20podklady=20a=20online?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/Home.js | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/pages/Home.js b/src/pages/Home.js
index b8216b5..01fe9b0 100644
--- a/src/pages/Home.js
+++ b/src/pages/Home.js
@@ -18,8 +18,7 @@ const Home = () => {
 
       <div className="content-block">
         <p className="text-md lg:text-lg">
-          <strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve&nbsp;Zlíně v termínu 15.&nbsp;února 2025 od 9 do 18 hodin.</strong><br /><br />
-          Další informace budou postupně zveřejňovány.
+          <strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve&nbsp;Zlíně v termínu 15.&nbsp;února 2025 od 9 do 18 hodin.</strong>
         </p>
       </div>
 
@@ -41,7 +40,7 @@ const Home = () => {
               {days} dní a {hours} hodin
             </h1>
 
-{/*
+
             <Button
               className="md:text-xl btn--to-blue-300"
               bodyClassName="whitespace-no-wrap"
@@ -56,7 +55,7 @@ const Home = () => {
               className="md:text-xl btn--to-blue-300 ml-4"
               bodyClassName="whitespace-no-wrap"
               color="blue-300"
-              href="https://a.pirati.cz/cf/2024-11/"
+              href="https://a.pirati.cz/cf/2025-02/"
               icon="ico--chevron-right"
               target="_blank"
             >
@@ -67,15 +66,15 @@ const Home = () => {
               className="md:text-xl btn--to-blue-300 ml-4"
               bodyClassName="whitespace-no-wrap"
               color="green-400"
-              href="https://cf2024.online"
+              href="https://cf2025.pirati.cz/"
               icon="ico--chevron-right"
               rel="noreferrer noopener"
               target="_blank"
             >
-              Sledovat CF 2024 online
+              Sledovat CF 2025 online
             </Button>
 
-*/}
+
               </div>
             </div>
           </div>
-- 
GitLab