diff --git a/frontend/src/app/main/ui/dashboard/libraries.cljs b/frontend/src/app/main/ui/dashboard/libraries.cljs index ef7c13145..fbb0e7606 100644 --- a/frontend/src/app/main/ui/dashboard/libraries.cljs +++ b/frontend/src/app/main/ui/dashboard/libraries.cljs @@ -36,7 +36,8 @@ [:* [:header.dashboard-header - [:h1.dashboard-title (tr "dashboard.header.libraries")]] - [:section.dashboard-grid-container + [:div.dashboard-title + [:h1 (tr "dashboard.header.libraries")]]] + [:section.dashboard-container [:& grid {:files files}]]])) diff --git a/frontend/src/app/main/ui/dashboard/projects.cljs b/frontend/src/app/main/ui/dashboard/projects.cljs index 907c63b0b..a4a8a1a79 100644 --- a/frontend/src/app/main/ui/dashboard/projects.cljs +++ b/frontend/src/app/main/ui/dashboard/projects.cljs @@ -9,8 +9,6 @@ (ns app.main.ui.dashboard.projects (:require - [okulary.core :as l] - [rumext.alpha :as mf] [app.common.exceptions :as ex] [app.main.constants :as c] [app.main.data.dashboard :as dd] @@ -22,7 +20,9 @@ [app.util.dom :as dom] [app.util.i18n :as i18n :refer [t tr]] [app.util.router :as rt] - [app.util.time :as dt])) + [app.util.time :as dt] + [okulary.core :as l] + [rumext.alpha :as mf])) (mf/defc header {::mf/wrap [mf/memo]}