Commit d259996d authored by arturo's avatar arturo

>>> continue

parent b0c8f683
Pipeline #2505 canceled with stage
......@@ -97,19 +97,20 @@ component = here.component "main" cpt where
B.icon
{ name: "dot-circle-o" }
]
,
B.button
{ title: "Show default landing view"
, callback: \_ -> changeViewCallback LandingMode
, variant: OutlinedButtonVariant Secondary
, className: displayView == LandingMode ?
"active" $
""
}
[
B.icon
{ name: "circle" }
]
-- @NOTE #219: disable "landing view" (deprecated feature)
-- ,
-- B.button
-- { title: "Show default landing view"
-- , callback: \_ -> changeViewCallback LandingMode
-- , variant: OutlinedButtonVariant Secondary
-- , className: displayView == LandingMode ?
-- "active" $
-- ""
-- }
-- [
-- B.icon
-- { name: "circle" }
-- ]
]
]
,
......
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