0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

💄 Cosmetic change on onboarding modal.

This commit is contained in:
Andrey Antukh 2021-05-06 17:27:50 +02:00 committed by Andrés Moya
parent e98b88f673
commit 8a8403834f

View file

@ -6,6 +6,7 @@
(ns app.main.ui.onboarding (ns app.main.ui.onboarding
(:require (:require
[app.config :as cf]
[app.common.spec :as us] [app.common.spec :as us]
[app.main.data.dashboard :as dd] [app.main.data.dashboard :as dd]
[app.main.data.messages :as dm] [app.main.data.messages :as dm]
@ -38,9 +39,9 @@
[:div.modal-right [:div.modal-right
[:div.modal-title [:div.modal-title
[:h2 "Welcome to Penpot!"]] [:h2 "Welcome to Penpot!"]]
[:span.release "Alpha version 1.0"] [:span.release "Alpha version " (:main @cf/version)]
[:div.modal-content [:div.modal-content
[:p "We are very happy to introduce you to the very first Alpha 1.0 release."] [:p "We are very happy to introduce you to the very first Alpha release."]
[:p "Penpot is still at development stage and there will be constant updates. We hope you enjoy the first stable version."]] [:p "Penpot is still at development stage and there will be constant updates. We hope you enjoy the first stable version."]]
[:div.modal-navigation [:div.modal-navigation
[:button.btn-secondary {:on-click next} "Continue"]]] [:button.btn-secondary {:on-click next} "Continue"]]]