🐛 Fix release notes 2.0

This commit is contained in:
Alejandro Alonso 2024-03-08 08:52:28 +01:00
parent 8b6be5b62e
commit bdf0a64e3a
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
(defmethod c/render-release-notes "1.21" (defmethod c/render-release-notes "1.21"
[data] [data]
(c/render-release-notes (assoc data :verstion "2.0"))) (c/render-release-notes (assoc data :version "2.0")))
;; TODO: Review all copies and alt text ;; TODO: Review all copies and alt text
(defmethod c/render-release-notes "2.0" (defmethod c/render-release-notes "2.0"
@ -35,7 +35,7 @@
[:h1 {:class (stl/css :modal-title)} [:h1 {:class (stl/css :modal-title)}
"What's new?"] "What's new?"]
[:div {:class (stl/css :verstion-tag)} [:div {:class (stl/css :version-tag)}
(dm/str "Version " version)]] (dm/str "Version " version)]]
[:div {:class (stl/css :features-block)} [:div {:class (stl/css :features-block)}

View file

@ -37,7 +37,7 @@
gap: $s-8; gap: $s-8;
} }
.verstion-tag { .version-tag {
@include flexCenter; @include flexCenter;
@include headlineSmallTypography; @include headlineSmallTypography;
height: $s-32; height: $s-32;