mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
add more history btn
This commit is contained in:
parent
e97e4cbb5a
commit
ebbe3e89c1
2 changed files with 5 additions and 1 deletions
|
@ -122,6 +122,9 @@
|
|||
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -99,7 +99,8 @@
|
|||
[:div.pin-icon i/pin]
|
||||
[:span (str "Version " (:version item)
|
||||
" (" (dt/timeago (:created-at item)) ")")]])
|
||||
])]])))
|
||||
[:li
|
||||
[:a.btn-primary.btn-small "view more"]]])]])))
|
||||
|
||||
(def ^:static history-toolbox
|
||||
(mx/component
|
||||
|
|
Loading…
Reference in a new issue