From 8360cdbef410eb40b03f4510303cf2f4b5b4bf0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Tue, 25 Jun 2024 01:53:00 +0200
Subject: [PATCH] Opravy textu

---
 templates/index.html.ep        | 2 +-
 templates/unauthorized.html.ep | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/index.html.ep b/templates/index.html.ep
index be648c6..6a0d0a1 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -9,7 +9,7 @@
 </div>
 
 <div>
-<h1 class="head-alt-xl">Bezpečný jitsi<br/>jenom pro ověřené účastníky</h1>
+<h1 class="head-alt-lg">Bezpečný jitsi<br/>jenom pro ověřené účastníky</h1>
 <h1 class="head-alt-lg text-red-600 pt-10">TestovacĂ­ provoz</h1>
 </div>
 </div>
diff --git a/templates/unauthorized.html.ep b/templates/unauthorized.html.ep
index 95dd640..54726fc 100644
--- a/templates/unauthorized.html.ep
+++ b/templates/unauthorized.html.ep
@@ -1,6 +1,6 @@
 % layout 'default';
 
-<h1 class="head-alt-xl">Aktuálně nemáte oprávnění pro přístup do této místnosti</h1>
+<h1 class="head-alt-lg">Nemáte oprávnění pro přístup do této místnosti</h1>
 
 <a href="<%= oidc->authorize %>">
 <button class="btn btn--icon btn--grey-125 btn--hoveractive">
-- 
GitLab