From 6efbbbe14083ca31b103a6307ad70d446c055f28 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Mon, 7 Dec 2020 12:17:53 +0100
Subject: [PATCH] fix: missing updates on cf2021 user/anonymous

---
 source/_patterns/03-templates/cf2021/anonymous.mustache | 4 ++--
 source/_patterns/03-templates/cf2021/chairman.mustache  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/_patterns/03-templates/cf2021/anonymous.mustache b/source/_patterns/03-templates/cf2021/anonymous.mustache
index 63320fa..c2bd83c 100644
--- a/source/_patterns/03-templates/cf2021/anonymous.mustache
+++ b/source/_patterns/03-templates/cf2021/anonymous.mustache
@@ -12,7 +12,7 @@
 
         <section>
           <div class="flex justify-between items-center mb-4">
-            <h2 class="head-alt-base whitespace-no-wrap">Příspěvky v rozpravě</h2>
+            <h2 class="head-heavy-sm whitespace-no-wrap">Příspěvky v rozpravě</h2>
             <div class="flex items-center">
               <span class="chip chip--grey-125 chip--select chip--hoveractive text-xs">
                 <select>
@@ -137,7 +137,7 @@
       <div>
         <div class="lg:card lg:elevation-10">
           <div class="lg:card__body lg:pb-0">
-            <h2 class="head-alt-base mb-4 pt-1">Oznámení</h2>
+            <h2 class="head-heavy-sm mb-4">Oznámení</h2>
           </div>
           {{> organisms-event-feed(classes: "w-full", itemPadding: "px-8 py-3") }}
         </div>
diff --git a/source/_patterns/03-templates/cf2021/chairman.mustache b/source/_patterns/03-templates/cf2021/chairman.mustache
index 05f5110..14e044e 100644
--- a/source/_patterns/03-templates/cf2021/chairman.mustache
+++ b/source/_patterns/03-templates/cf2021/chairman.mustache
@@ -26,7 +26,7 @@
 
         <section>
           <div class="flex justify-between items-center mb-4">
-            <h2 class="head-alt-base whitespace-no-wrap">Příspěvky v rozpravě</h2>
+            <h2 class="head-heavy-sm whitespace-no-wrap">Příspěvky v rozpravě</h2>
             <div class="flex items-center">
               <span class="chip chip--grey-125 chip--select chip--hoveractive text-xs">
                 <select>
@@ -291,7 +291,7 @@
       <div>
         <div class="lg:card lg:elevation-10">
           <div class="lg:card__body lg:pb-0">
-            <h2 class="head-alt-base mb-4 pt-1">Oznámení</h2>
+            <h2 class="head-heavy-sm mb-4">Oznámení</h2>
           </div>
           {{> organisms-event-feed(classes: "w-full", action: "ico--trashcan", itemPadding: "px-8 py-3") }}
           <div class="lg:card__body">
-- 
GitLab