Commit 1bf4a953 authored by Karen Konou's avatar Karen Konou

[Folder View] readd the back button

parent 9961ac74
Pipeline #2746 failed with stage
in 0 seconds
......@@ -68,10 +68,11 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt
pure $ GR.CorpusCode (sessionId session) nodeId
-- Render
pure $
H.div {}
[
tileMenu
R2.row [
FV.backButton {} []
, tileMenu
{ boxes
, currentTile: Just corpusCodeRoute
, xTile: Just corpusCodeRoute
......@@ -84,6 +85,7 @@ corpusLayoutMainCpt = here.component "corpusLayoutMain" cpt
H.i { className: "fa fa-code" } []
]
]
]
,
H.hr {}
,
......
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