Commit 49327d78 authored by Fabien Manière's avatar Fabien Manière

fix: hide item links

parent 9b8acd32
...@@ -260,10 +260,10 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where ...@@ -260,10 +260,10 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where
pure $ pure $
H.li { className: "breadcrumb-item" } H.li { className: "breadcrumb-item" }
[ [
H.a { className: "" -- H.a { className: ""
, href: "/#/" <> createNodeUrl linkId rootId linkNodeType sid -- , href: "/#/" <> createNodeUrl linkId rootId linkNodeType sid
} -- }
[ -- [
H.span { className: "" } H.span { className: "" }
[ [
-- B.icon { name: "folder-open-o" } -- B.icon { name: "folder-open-o" }
...@@ -274,7 +274,7 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where ...@@ -274,7 +274,7 @@ breadcrumbItemCpt = here.component "breadcrumbItemCpt" cpt where
] ]
, ,
H.text props.text H.text props.text
] -- ]
] ]
createNodeUrl :: Int -> Int -> NodeType -> SessionId -> String createNodeUrl :: Int -> Int -> NodeType -> SessionId -> String
......
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