mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 06:56:12 +02:00
wip dashboard sidebar
This commit is contained in:
parent
758c70f7c3
commit
b1d13b3d42
3 changed files with 18 additions and 12 deletions
|
@ -241,8 +241,7 @@
|
|||
[:a.btn-primary #_{:on-click #(st/emit! di/create-collection)}
|
||||
"new project +"]]
|
||||
|
||||
[:li {:style {:marginBottom "20px"}
|
||||
:on-click #(st/emit! (udp/go-to-project nil))
|
||||
[:li.recent-projects {:on-click #(st/emit! (udp/go-to-project nil))
|
||||
:class-name (when (nil? id) "current")}
|
||||
[:span.element-title "Recent"]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue