Commit c1cca339 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ACCESS] comment TODO (SASS)

parent d26926f4
...@@ -66,7 +66,7 @@ forestCpt = R.hooksComponent "G.C.Forest.forest" cpt where ...@@ -66,7 +66,7 @@ forestCpt = R.hooksComponent "G.C.Forest.forest" cpt where
plus :: Handed -> R2.Setter Boolean -> R.Element plus :: Handed -> R2.Setter Boolean -> R.Element
plus handed showLogin = H.div {className: if handed == RightHanded plus handed showLogin = H.div {className: if handed == RightHanded
then "flex-start" then "flex-start" -- TODO we should use lefthanded SASS class here
else "flex-end" else "flex-end"
} [ } [
H.button { on: {click} H.button { on: {click}
......
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