0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

🐛 Fix styles on shared libraries section.

This commit is contained in:
Andrey Antukh 2020-10-07 13:40:04 +02:00 committed by Alonso Torres
parent 41cb5196d1
commit 2765883152
2 changed files with 6 additions and 5 deletions

View file

@ -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}]]]))

View file

@ -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]}