Commit 6a2d34c2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] home public maps text

parent 746b9dab
...@@ -117,9 +117,9 @@ publicLayoutCpt = R.hooksComponentWithModule thisModule "publicLayout" cpt ...@@ -117,9 +117,9 @@ publicLayoutCpt = R.hooksComponentWithModule thisModule "publicLayout" cpt
[ H.div { className:"container1" [ H.div { className:"container1"
, style: { marginBottom : "15px"} , style: { marginBottom : "15px"}
} }
[ H.h2 {} [H.text "Discover maps" [ H.h2 {} [H.text "Discover knowledge"
, H.p { className: "lead text-muted center"} , H.p { className: "lead text-muted center"}
[ H.text "made with " [ H.text "maps made with "
, H.span {className: "fa fa-heart"} [] , H.span {className: "fa fa-heart"} []
] ]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment