Commit 9a6cdd1e authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[document] remove "Title" which is explicit

parent 223ecfe7
...@@ -43,11 +43,10 @@ options = ...@@ -43,11 +43,10 @@ options =
} }
here :: R2.Here here :: R2.Here
here = R2.here "Gargantext.Components.Document.layout" here = R2.here "Gargantext.Components.Document.Layout"
layout :: forall r. R2.OptLeaf Options Props r layout :: forall r. R2.OptLeaf Options Props r
layout = R2.optLeaf layoutCpt options layout = R2.optLeaf layoutCpt options
layoutCpt :: R.Component Props layoutCpt :: R.Component Props
layoutCpt = here.component "main" cpt where layoutCpt = here.component "main" cpt where
-- Component -- Component
...@@ -226,10 +225,6 @@ layoutCpt = here.component "main" cpt where ...@@ -226,10 +225,6 @@ layoutCpt = here.component "main" cpt where
H.div H.div
{ className: "document-layout__body" } { className: "document-layout__body" }
[ [
B.div'
{ className: "document-layout__separator-label" }
"Title"
,
H.div H.div
{ className: "document-layout__title" } { className: "document-layout__title" }
[ [
......
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