0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 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"
[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
(defmethod c/render-release-notes "2.0"
@ -35,7 +35,7 @@
[:h1 {:class (stl/css :modal-title)}
"What's new?"]
[:div {:class (stl/css :verstion-tag)}
[:div {:class (stl/css :version-tag)}
(dm/str "Version " version)]]
[:div {:class (stl/css :features-block)}

View file

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