Commit 5169418a authored by Fabien Maniere's avatar Fabien Maniere

invert connections and CTAs

parent edb784d8
Pipeline #7725 passed with stages
in 21 minutes and 10 seconds
...@@ -136,6 +136,18 @@ homeLayoutCpt = here.component "homeLayout" cpt ...@@ -136,6 +136,18 @@ homeLayoutCpt = here.component "homeLayout" cpt
] ]
] ]
] ]
, H.div { className: "row" }
[ H.div { className: "col py-2" }
[ H.h2 { className: "text-primary" }
[ B.icon { name: "universal-access" }
, H.span { className: "px-1" } [ H.text "Active connections (logged in workspaces)" ]
]
]
]
, H.div { className: "row" }
[ H.div { className: "home-title__jumbo" }
[ joinButtonOrTutorial boxes sessions' (click backend') ]
]
, H.div { className: "row" } , H.div { className: "row" }
[ H.div { className: "col pt-4 pb-2" } [ H.div { className: "col pt-4 pb-2" }
[ H.h2 { className: "text-primary" } [ H.h2 { className: "text-primary" }
...@@ -225,18 +237,6 @@ homeLayoutCpt = here.component "homeLayout" cpt ...@@ -225,18 +237,6 @@ homeLayoutCpt = here.component "homeLayout" cpt
-- ] -- ]
-- ] -- ]
] ]
, H.div { className: "row" }
[ H.div { className: "col py-2" }
[ H.h2 { className: "text-primary" }
[ B.icon { name: "universal-access" }
, H.span { className: "px-1" } [ H.text "Active connections (logged in workspaces)" ]
]
]
]
, H.div { className: "row" }
[ H.div { className: "home-title__jumbo" }
[ joinButtonOrTutorial boxes sessions' (click backend') ]
]
] ]
-- @TODO -- @TODO
-- H.div { className: "home-research-form" } [] -- H.div { className: "home-research-form" } []
......
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