mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 04:36:12 +02:00
🐛 Fix release notes 2.0
This commit is contained in:
parent
8b6be5b62e
commit
bdf0a64e3a
2 changed files with 3 additions and 3 deletions
|
@ -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)}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue