diff --git a/src/Gargantext/Components/Forest.purs b/src/Gargantext/Components/Forest.purs index 6c552d0c8042779c58a998b6dbd32bc88048a779..5094b02a115f4b4263c587acfcc03bcc29afc9c7 100644 --- a/src/Gargantext/Components/Forest.purs +++ b/src/Gargantext/Components/Forest.purs @@ -35,9 +35,11 @@ forestCpt = R.hooksComponent "G.C.Forest.forest" cpt where plus :: R2.Setter Boolean -> R.Element plus showLogin = H.button {on: {click}, className: "btn btn-primary"} - [ H.div { "type": "" - , className: "fa fa-plus-circle fa-lg" - } [H.text "Login"] ] + [ H.div { "type": "", className: "fa fa-universal-access fa-lg"} [] + , H.div {} [H.text " "] + , H.div { "type": "", className: "fa fa-plus-circle fa-lg"} [] + , H.div { "type": "", className: "fa fa-minus-circle fa-lg"} [] + ] -- TODO same as the one in the Login Modal (same CSS) -- [ H.i { className: "material-icons md-36"} [] ] where