diff --git a/src/components/home/NotYetStarted.jsx b/src/components/home/NotYetStarted.jsx
index 123694e4f40280b74cdd50f205ccae3f645e6343..20c23844447ae3825b4d212d13e4c45242bdbe3c 100644
--- a/src/components/home/NotYetStarted.jsx
+++ b/src/components/home/NotYetStarted.jsx
@@ -9,7 +9,7 @@ const NotYetStarted = ({ startAt }) => (
       Jejda ...
     </div>
     <h1 className="head-alt-base md:head-alt-md lg:head-alt-xl mb-2">
-      Jednání ještě nebylo zahájeno :(
+      Jednání ještě nebylo zahájeno
     </h1>
     <p className="text-xl leading-snug mb-8">
       <span>Jednání celostátního fóra ještě nezačalo. </span>
diff --git a/src/containers/JitsiInviteCard.jsx b/src/containers/JitsiInviteCard.jsx
index b89b4a4d96ea8d37646738f73a997288e05c0c4a..83e7632b9cec250f686329b3f317a53f045e3bd3 100644
--- a/src/containers/JitsiInviteCard.jsx
+++ b/src/containers/JitsiInviteCard.jsx
@@ -8,6 +8,10 @@ import { useActionState } from "hooks";
 import { AuthStore } from "stores";
 
 const JitsiInviteCard = () => {
+
+  // docasne zablokovano
+  return null;
+
   const { showJitsiInvitePopup, jitsiPopupDismissed } = AuthStore.useState();
   const [loading, errorMessage] = useActionState(loadMe);
 
diff --git a/src/pages/Program.jsx b/src/pages/Program.jsx
index be6a003848f654676bd85c81a957f59b510ed4c5..d0a11b155e7e5458655ee9aa4421e4fb7f2d6e39 100644
--- a/src/pages/Program.jsx
+++ b/src/pages/Program.jsx
@@ -44,6 +44,9 @@ const Schedule = () => {
       </Helmet>
       <article className="container container--default py-8 lg:py-24">
         <h1 className="head-alt-md lg:head-alt-lg mb-8">Program zasedání</h1>
+        <div class="my-4">
+           Program zde neobsahuje z technických důvodů všechny podrobnosti. Kompletní program naleznete na <a href="https://cf2024.pirati.cz/program">webu</a>.
+        </div>
         <div className="flex flex-col">
           {scheduleIds.map((id) => {
             const isCurrent = id === currentId;