From b6fbb010b578d3ca908bdb4fc30d59c2afd8d9f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1?= <git@imaniti.org>
Date: Wed, 30 Nov 2022 22:58:10 +0100
Subject: [PATCH] [FIX] fix hardcoded typo

---
 main/templates/main/includes/layout/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/templates/main/includes/layout/footer.html b/main/templates/main/includes/layout/footer.html
index a5b32dc2..b50f6018 100644
--- a/main/templates/main/includes/layout/footer.html
+++ b/main/templates/main/includes/layout/footer.html
@@ -6,7 +6,7 @@
         <section class="footer__social mb-5 mt-16 lg:text-right lg:mb-16 lg:mt-32">
           {% if page.root_page.social_links %}
             <div class="font-alt text-2xl mb-4">
-              Zůstaňte s námi v konaktu
+              Zůstaňte s námi v kontaktu
             </div>
             <div
               class="flex flex-col space-y-2 lg:flex-row lg:justify-end lg:space-y-0 lg:space-x-4">
-- 
GitLab